Skip to content

Commit ab90621

Browse files
authored
Merge pull request #147 from arrowtype/build-tweaks
Two tiny build tweaks
2 parents 0684fc3 + d83bdeb commit ab90621

File tree

2 files changed

+1
-1360
lines changed

2 files changed

+1
-1360
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
mode: mode,
77
devtool: mode === "development" ? "source-map" : false,
88
performance: {
9-
maxEntrypointSize: 500000
9+
hints: false
1010
},
1111
entry: {
1212
popup: "./src/popup.ts",

0 commit comments

Comments
 (0)