Skip to content

Instantly share code, notes, and snippets.

@AjayPoshak
Created July 14, 2018 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjayPoshak/adca1425c0bd9d674363573b9c45b47f to your computer and use it in GitHub Desktop.
Save AjayPoshak/adca1425c0bd9d674363573b9c45b47f to your computer and use it in GitHub Desktop.
...
optimization: {
splitChunks: {
cacheGroups: {
commons: {
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