Skip to content

Instantly share code, notes, and snippets.

@dortzur
Created July 28, 2020 12:35
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 dortzur/d4891d1ff2d228c07fe8dc441229ca82 to your computer and use it in GitHub Desktop.
Save dortzur/d4891d1ff2d228c07fe8dc441229ca82 to your computer and use it in GitHub Desktop.
splitChunks: {
minSize: 0,
maxSize: 0,
minChunks: 1,
maxAsyncRequests: 30,
maxInitialRequests: 30,
cacheGroups: {
styles: {
name: 'styles',
test: /\.(css|scss)$/,
chunks: 'all',
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment