Skip to content

Instantly share code, notes, and snippets.

@ashinzekene
Created May 2, 2020 08:44
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 ashinzekene/82634c3e1c4bc80110819244b784a56c to your computer and use it in GitHub Desktop.
Save ashinzekene/82634c3e1c4bc80110819244b784a56c to your computer and use it in GitHub Desktop.
optimization: {
splitChunks: {
name: false,
cacheGroups: {
default: false,
commons: {
test: /[\\/]node_modules[\\/]/,
name: "vendor",
chunks: "all"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment