Skip to content

Instantly share code, notes, and snippets.

@timse
Created May 16, 2017 13:12
Show Gist options
  • Save timse/a8da4a4067dec6cc9352d7c647365514 to your computer and use it in GitHub Desktop.
Save timse/a8da4a4067dec6cc9352d7c647365514 to your computer and use it in GitHub Desktop.
// webpack.config.js
// ...
output: {
path: path.join(__dirname, 'dist'),
filename: '[name].[chunkhash].js',
},
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment