Skip to content

Commit 408ee41

Browse files
committed
fix: fix babel config
1 parent e0bd73e commit 408ee41

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

common/.babelrc__if_babel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
/* @endif */
66
],
77
"plugins": [
8-
"@babel/plugin-syntax-dynamic-import",
9-
["@babel/plugin-proposal-class-properties", { loose: true }]/* @if aurelia */,
10-
["@babel/plugin-proposal-decorators", { legacy: true }]
11-
/* @endif */
8+
// @if aurelia
9+
["@babel/plugin-proposal-decorators", { legacy: true }],
10+
// @endif
11+
["@babel/plugin-proposal-class-properties", { loose: true }],
12+
"@babel/plugin-syntax-dynamic-import"
1213
]
1314
}

0 commit comments

Comments
 (0)