Skip to content

Commit 6d20adc

Browse files
committed
Improve bundle size.
1 parent 6554276 commit 6d20adc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webpack.common.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ module.exports = {
2020
ios: 10,
2121
ie: 11,
2222
},
23-
modules: 'commonjs',
24-
"useBuiltIns": 'usage',
25-
"debug": false
23+
modules: false
2624
}
2725
]]
2826
}

0 commit comments

Comments
 (0)