Skip to content

Commit 88b20c0

Browse files
authored
perf: Remove unused es6.number.constructor polyfill (#58)
perf: Remove unused es6.number.constructor polyfill
2 parents ab432ec + b320665 commit 88b20c0

7 files changed

+5
-1661
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
presets: [
3-
'@vue/app'
3+
['@vue/app', { useBuiltIns: false }]
44
]
55
}

0 commit comments

Comments
 (0)