Skip to content

Commit 568c4ad

Browse files
committed
Don't minify web-core
1 parent 920ddd6 commit 568c4ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/web-core/webpack.prod.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ module.exports = merge(common, {
1111
},
1212
devtool: 'source-map',
1313
mode: 'production',
14+
optimization: {
15+
minimize: false,
16+
},
1417
plugins: [
1518
new webpack.DefinePlugin({
1619
'process.env.FE_LIBRARY_VERSION': JSON.stringify(pkg.version),

0 commit comments

Comments
 (0)