Skip to content

Commit 2066a01

Browse files
Copilotzijchen
andcommitted
Add webpack optimization for deterministic output
Co-authored-by: zijchen <13544267+zijchen@users.noreply.github.com>
1 parent 35963bd commit 2066a01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module.exports = {
1313
stats: {
1414
warnings: false
1515
},
16+
optimization: {
17+
moduleIds: 'deterministic',
18+
chunkIds: 'deterministic'
19+
},
1620
module: {
1721
rules: [
1822
{

0 commit comments

Comments
 (0)