Skip to content

Commit

Permalink
Merge pull request #75 from chuckdumont/work
Browse files Browse the repository at this point in the history
Disable splitChunks
  • Loading branch information
chuckdumont authored Feb 27, 2019
2 parents dc815d2 + df17530 commit 88f73ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = env => {
mode: devmode ? 'development' : 'production',
optimization: {
namedModules: false,
splitChunks: false,
minimizer: devmode ? [] : [
// we specify a custom UglifyJsPlugin here to get source maps in production
new UglifyJsPlugin({
Expand Down

0 comments on commit 88f73ed

Please sign in to comment.