Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Prev Previous commit
Next Next commit
fix
  • Loading branch information
mmahalwy committed Aug 14, 2016
commit 36e2a2c83b8a3ee11b37e2b3b41d56d9523fea72
4 changes: 2 additions & 2 deletions webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = {
target: 'web',
cache: false,
entry: [
'bootstrap-sass!./src/styles/bootstrap.config.prod.js',
'./src/client.js',
'bootstrap-sass!./styles/bootstrap.config.prod.js',
'./client.js',
],
stats: {
colors: true,
Expand Down