We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0684fc3 + d83bdeb commit ab90621Copy full SHA for ab90621
webpack.config.js
@@ -6,7 +6,7 @@ module.exports = {
6
mode: mode,
7
devtool: mode === "development" ? "source-map" : false,
8
performance: {
9
- maxEntrypointSize: 500000
+ hints: false
10
},
11
entry: {
12
popup: "./src/popup.ts",
0 commit comments