Skip to content

Instantly share code, notes, and snippets.

@sunify
Created February 9, 2015 09:12
Show Gist options
  • Save sunify/396819fb15c18de7f52f to your computer and use it in GitHub Desktop.
Save sunify/396819fb15c18de7f52f to your computer and use it in GitHub Desktop.
entry: {
main: './src/scripts/main.js',
contact: './src/scripts/contact.js',
},
output: {
path: __dirname + '/js',
filename: '[name].js'
},
plugins: [
new webpack.optimize.CommonsChunkPlugin('common.js'),
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment