Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tsh-code/b5529aa575921f391fafacccfc4915c8 to your computer and use it in GitHub Desktop.
Save tsh-code/b5529aa575921f391fafacccfc4915c8 to your computer and use it in GitHub Desktop.
{
optimization: {
splitChunks: {
cacheGroups: {
vendors: {
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