Skip to content

Commit 0f71f79

Browse files
committed
fix: fix json format
1 parent 2bdd677 commit 0f71f79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/.babelrc__if_babel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
],
77
"plugins": [
88
// @if aurelia
9-
["@babel/plugin-proposal-decorators", { legacy: true }],
9+
["@babel/plugin-proposal-decorators", { "legacy": true }],
1010
// @endif
11-
["@babel/plugin-proposal-class-properties", { loose: true }],
11+
["@babel/plugin-proposal-class-properties", { "loose": true }],
1212
"@babel/plugin-syntax-dynamic-import"
1313
]/* @if (jasmine || mocha || tape) && !sfc */,
1414
"env": {

0 commit comments

Comments
 (0)