mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
fix: use standard path names for chunks (#46160)
This commit is contained in:
committed by
GitHub
parent
1f0e7f3e19
commit
02955791bc
@@ -28,7 +28,7 @@ module.exports = (env = {}) => {
|
||||
);
|
||||
return filename + '.js';
|
||||
},
|
||||
chunkFilename: '[name].[contenthash].js',
|
||||
chunkFilename: '[name]-[contenthash].js',
|
||||
path: staticPath
|
||||
},
|
||||
stats: {
|
||||
|
||||
Reference in New Issue
Block a user