Skip to content

Commit b3b489e

Browse files
committed
fix(babel): fix regression on au generate
The newly named babel.config.js needs to be ignored by internal babel register.
1 parent 099469d commit b3b489e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function getMetadata(dir) {
106106
function installBabel() {
107107
require('@babel/register')({
108108
babelrc: false,
109+
configFile: false,
109110
plugins: [
110111
['@babel/plugin-proposal-decorators', { legacy: true }],
111112
['@babel/plugin-proposal-class-properties', { loose: true }],

0 commit comments

Comments
 (0)