Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created September 5, 2015 19:36
Show Gist options
  • Save dtothefp/a3d5013025cee77ac601 to your computer and use it in GitHub Desktop.
Save dtothefp/a3d5013025cee77ac601 to your computer and use it in GitHub Desktop.
entry: {
vendor: [
'handlebars',
/*more common vendors to chunk*/
],
'bundle-with-hbs': './src/index.js',
'no-hbs': './src/a.js',
'with-hbs': './src/b.js'
},
output: .....,
module: .....,
plugins: [
new CommonsChunkPlugin({
name: 'vendor',
filename: 'commons.js',
minChunks: 0
})
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment