Skip to content

Commit

Permalink
Ensure separate bundles for separate entries are output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldfallen committed Oct 18, 2017
1 parent ef3fc47 commit 286a9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const webpackSettings = (_assetPath, settings) => {
...govukTemplate.plugins,
...govukToolkit.plugins
],
output: { filename: '[name].js' },
module: {
rules: [
...browserSupport,
Expand Down

0 comments on commit 286a9ad

Please sign in to comment.