Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created August 21, 2018 05:36
Show Gist options
  • Save isacjunior/0a579c8a71f950e988ae6d47557d38b3 to your computer and use it in GitHub Desktop.
Save isacjunior/0a579c8a71f950e988ae6d47557d38b3 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