Skip to content

Commit c67cbcd

Browse files
authored
fix(plugin-vue-jsx): do not read babel configuration (#2181)
1 parent 035a01a commit c67cbcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/plugin-vue-jsx/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ function vueJsxPlugin(options = {}) {
8585
ast: true,
8686
plugins,
8787
sourceMaps: needSourceMap,
88-
sourceFileName: id
88+
sourceFileName: id,
89+
configFile: false
8990
})
9091

9192
if (!ssr && !needHmr) {

0 commit comments

Comments
 (0)