Skip to content

Commit 747fb04

Browse files
committed
build(polyfill): no polyfill for a lib
1 parent 74bf8a3 commit 747fb04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

babel.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module.exports = {
2-
presets: ["@vue/app"]
2+
presets: [
3+
"@vue/app",
4+
{
5+
useBuiltIns: false
6+
}
7+
]
38
};

0 commit comments

Comments
 (0)