Production build improvements

This commit is contained in:
Jori Lallo
2016-05-22 22:41:57 -07:00
parent bc8200b30b
commit fd79d11479
4 changed files with 16 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
],
output: {
path: path.join(__dirname, 'dist'),
filename: 'bundle.js',
filename: 'bundle.[hash].js',
publicPath: '/static/'
},
});