Skip to content

Commit 986cc73

Browse files
committed
samples: don't warn about output file size
1 parent f4de9c9 commit 986cc73

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/basic/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ module.exports = {
1515
},
1616
],
1717
},
18+
performance: {
19+
hints: false,
20+
},
1821
};

samples/genes/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ module.exports = {
1515
},
1616
],
1717
},
18+
performance: {
19+
hints: false,
20+
},
1821
};

0 commit comments

Comments
 (0)