Skip to content

Instantly share code, notes, and snippets.

@jeremenichelli
Last active June 27, 2017 01:52
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 jeremenichelli/b815ab8d51cbe5977d35963f0c8ce14c to your computer and use it in GitHub Desktop.
Save jeremenichelli/b815ab8d51cbe5977d35963f0c8ce14c to your computer and use it in GitHub Desktop.
var webpack = require('webpack');
module.exports = {
// your config
plugins: [
new webpack.optimize.ModuleConcatenationPlugin()
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment