Skip to content

Commit

Permalink
Disable splitChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdumont committed Feb 27, 2019
1 parent dfd1974 commit df17530
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 df17530

Please sign in to comment.