Investigate sourcemap breakage I

pull/885/head
Rick Carlino 2018-06-13 09:19:05 -05:00
parent b3e538676e
commit 76f066006b
1 changed files with 1 additions and 1 deletions

View File

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