Skip to content

Commit

Permalink
Correct issue with loading scss and js files on multiple entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
agneym committed Oct 29, 2018
1 parent cb0e5eb commit 7660ca5
Show file tree
Hide file tree
Showing 5 changed files with 2,581 additions and 2,586 deletions.
2 changes: 1 addition & 1 deletion build-utils/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
"login": "./src/js/login.js",
},
output: {
filename: "[hash].bundle.js",
filename: "[hash].[name].bundle.js",
path: commonPaths.outputPath,
publicPath: "/"
},
Expand Down
Loading

0 comments on commit 7660ca5

Please sign in to comment.