Skip to content

Commit a27bc76

Browse files
authored
fix: ignore babelrc (#2766)
fix #2722
1 parent 9ef9884 commit a27bc76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-vue-jsx/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function vueJsxPlugin(options = {}) {
8282
}
8383

8484
const result = babel.transformSync(code, {
85+
babelrc: false,
8586
ast: true,
8687
plugins,
8788
sourceMaps: needSourceMap,

0 commit comments

Comments
 (0)