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

pull/46176/head
Oliver Eyton-Williams 2022-05-27 14:52:03 +02:00 committed by GitHub
parent 1f0e7f3e19
commit 02955791bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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