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.
1 parent 105dc60 commit 74eb8f4Copy full SHA for 74eb8f4
packages/vscode-extension/webpack/webpack.prod.mjs
@@ -6,7 +6,7 @@ const production = {
6
mode: 'production',
7
devtool: false,
8
optimization: {
9
- minimize: false
+ minimize: true
10
}
11
};
12
0 commit comments