Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: babel transform ignore babelrc file
Browse files Browse the repository at this point in the history
fix #54
  • Loading branch information
underfin committed Mar 19, 2021
1 parent 612d2d5 commit 3735379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsxTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function transformVueJsx(
sourceFileName: id,
sourceMaps: true,
plugins,
babelrc: false,
})!

return {
Expand Down

0 comments on commit 3735379

Please sign in to comment.