Skip to content

Commit 869ec7c

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: setting minimize to true for browser
1 parent b0c9256 commit 869ec7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack/webpack.web.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ module.exports = function(options) {
5454
new webpack.ProvidePlugin({
5555
global: require.resolve('./../global.js')
5656
})
57-
]
57+
],
58+
optimization: {
59+
minimize: true,
60+
},
5861
});
5962
}

0 commit comments

Comments
 (0)