Skip to content

Instantly share code, notes, and snippets.

@saurabh2590
Created September 6, 2018 14:38
Show Gist options
  • Save saurabh2590/54cc3fd75dd0c29e972954983ae9a399 to your computer and use it in GitHub Desktop.
Save saurabh2590/54cc3fd75dd0c29e972954983ae9a399 to your computer and use it in GitHub Desktop.
optimization: {
minimize: isProductionMode,
minimizer: [
getUglifyJSplugin()
],
runtimeChunk: 'multiple',
splitChunks: {
cacheGroups: {
vendor: {
test: /[\\/]node_modules[\\/]/,
name: 'vendors',
chunks: 'all'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment