Skip to content

Commit

Permalink
fix(plugin-vue-jsx): do not read babel configuration (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 24, 2021
1 parent 52f7370 commit 8f0dc25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin-vue-jsx/index.js
Expand Up @@ -85,7 +85,8 @@ function vueJsxPlugin(options = {}) {
ast: true,
plugins,
sourceMaps: needSourceMap,
sourceFileName: id
sourceFileName: id,
configFile: false
})

if (!ssr && !needHmr) {
Expand Down

0 comments on commit 8f0dc25

Please sign in to comment.