We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dc0af commit ff5178fCopy full SHA for ff5178f
packages/core/src/compiler/template.ts
@@ -55,6 +55,7 @@ export async function compileSFCTemplate(
55
case 'jsx': {
56
const ast = babelParse(code, {
57
babelrc: false,
58
+ configFile: false,
59
comments: true,
60
plugins: [
61
importMeta,
0 commit comments