Skip to content

Commit

Permalink
fix: ignore babelrc (#2766)
Browse files Browse the repository at this point in the history
fix #2722
  • Loading branch information
underfin committed Mar 31, 2021
1 parent 9ef9884 commit a27bc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-vue-jsx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function vueJsxPlugin(options = {}) {
}

const result = babel.transformSync(code, {
babelrc: false,
ast: true,
plugins,
sourceMaps: needSourceMap,
Expand Down

0 comments on commit a27bc76

Please sign in to comment.