fix: use standard path names for chunks (#46160)

This commit is contained in:
Oliver Eyton-Williams
2022-05-27 14:52:03 +02:00
committed by GitHub
parent 1f0e7f3e19
commit 02955791bc

View File

@@ -28,7 +28,7 @@ module.exports = (env = {}) => {
);
return filename + '.js';
},
chunkFilename: '[name].[contenthash].js',
chunkFilename: '[name]-[contenthash].js',
path: staticPath
},
stats: {