use [name].bundle.js file naming scheme for outputs

This commit is contained in:
abhijithvijayan 2019-10-25 17:46:39 +05:30
parent 5bf7a70694
commit d7ca2d7803

View File

@ -18,7 +18,7 @@ module.exports = {
},
output: {
filename: 'js/[name].[chunkhash].js',
filename: 'js/[name].bundle.js',
path: path.resolve(__dirname, 'extension', process.env.TARGET),
},