Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shobhitsharma/de9d9ab4eae0b56ed912413312556561 to your computer and use it in GitHub Desktop.
Save shobhitsharma/de9d9ab4eae0b56ed912413312556561 to your computer and use it in GitHub Desktop.
optimization: {
runtimeChunk: 'single',
splitChunks: {
cacheGroups: {
common: { minChunks: 2, chunks: 'all', reuseExistingChunk: true }
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment