Skip to content

Commit ff5178f

Browse files
authored
fix(core): ignore user babel config on compile (#85)
1 parent 48dc0af commit ff5178f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/compiler/template.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export async function compileSFCTemplate(
5555
case 'jsx': {
5656
const ast = babelParse(code, {
5757
babelrc: false,
58+
configFile: false,
5859
comments: true,
5960
plugins: [
6061
importMeta,

0 commit comments

Comments
 (0)