Add md5 to chunk

pull/593/head
Rick Carlino 2017-12-22 12:48:24 -06:00
parent bb76cf289d
commit fcd36165cc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ conf.output = {
path: path.join(__dirname, '..', 'public', 'webpack'),
publicPath: '/webpack/',
filename: '[name]-[chunkhash].js',
chunkFilename: '[id].chunk.js'
chunkFilename: '[id].[chunkhash].js'
};
[