Skip to content

Commit 366b289

Browse files
author
Guillaume Chau
committed
fix(babel): ignore core-js sources
1 parent e376c00 commit 366b289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vue/babel-preset-app/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ module.exports = (context, options = {}) => {
184184

185185
return {
186186
presets,
187-
plugins
187+
plugins,
188+
ignore: [/\/core-js/]
188189
}
189190
}

0 commit comments

Comments
 (0)