Skip to content

Instantly share code, notes, and snippets.

@okonet
Created July 11, 2015 19:49
Show Gist options
  • Save okonet/ba201c3c37ef5d3bbccd to your computer and use it in GitHub Desktop.
Save okonet/ba201c3c37ef5d3bbccd to your computer and use it in GitHub Desktop.
// webpack.config.js
module.exports = {
...
output: {
...
filename: '[name].[chunkhash].js'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment