We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bd73e commit 408ee41Copy full SHA for 408ee41
1 file changed
common/.babelrc__if_babel
@@ -5,9 +5,10 @@
5
/* @endif */
6
],
7
"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 */
+ // @if aurelia
+ ["@babel/plugin-proposal-decorators", { legacy: true }],
+ // @endif
+ ["@babel/plugin-proposal-class-properties", { loose: true }],
12
+ "@babel/plugin-syntax-dynamic-import"
13
]
14
}
0 commit comments