Skip to content

Commit 74eb8f4

Browse files
committed
chore: re-enable package optimization
1 parent 105dc60 commit 74eb8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-extension/webpack/webpack.prod.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const production = {
66
mode: 'production',
77
devtool: false,
88
optimization: {
9-
minimize: false
9+
minimize: true
1010
}
1111
};
1212

0 commit comments

Comments
 (0)