Skip to content

Instantly share code, notes, and snippets.

@piotrekwitkowski
Last active February 17, 2019 01:28
Show Gist options
  • Save piotrekwitkowski/0874c1b5780045c8de035c72ae59b455 to your computer and use it in GitHub Desktop.
Save piotrekwitkowski/0874c1b5780045c8de035c72ae59b455 to your computer and use it in GitHub Desktop.
plugins: [
isProd && new webpack.optimize.SplitChunksPlugin({}),
new htmlPlugin({
filename: 'index.html',
template: 'src/index.html',
chunks: ['index'],
}),
isProd && new BundleAnalyzerPlugin({
analyzerMode: 'static',
defaultSizes: 'gzip',
openAnalyzer: false
}),
].filter(Boolean), // Filtruje wszystkie elementy "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment