We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef9884 commit a27bc76Copy full SHA for a27bc76
packages/plugin-vue-jsx/index.js
@@ -82,6 +82,7 @@ function vueJsxPlugin(options = {}) {
82
}
83
84
const result = babel.transformSync(code, {
85
+ babelrc: false,
86
ast: true,
87
plugins,
88
sourceMaps: needSourceMap,
0 commit comments