We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdd677 commit 0f71f79Copy full SHA for 0f71f79
1 file changed
common/.babelrc__if_babel
@@ -6,9 +6,9 @@
6
],
7
"plugins": [
8
// @if aurelia
9
- ["@babel/plugin-proposal-decorators", { legacy: true }],
+ ["@babel/plugin-proposal-decorators", { "legacy": true }],
10
// @endif
11
- ["@babel/plugin-proposal-class-properties", { loose: true }],
+ ["@babel/plugin-proposal-class-properties", { "loose": true }],
12
"@babel/plugin-syntax-dynamic-import"
13
]/* @if (jasmine || mocha || tape) && !sfc */,
14
"env": {
0 commit comments