Skip to content

Commit 8b3fb2f

Browse files
authored
Merge pull request Ada-C12#34 from AdaGold/be/yarn
Revert "remove @babel line from babel.config"
2 parents a4af015 + 5491f06 commit 8b3fb2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

babel.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const presets = [
1515
];
1616

1717
const plugins = [
18-
[
19-
"module-resolver",
20-
{
21-
root: ["./src"],
22-
},
23-
],
18+
["module-resolver", {
19+
"root": ["./src"]
20+
}],
21+
["@babel/plugin-proposal-class-properties", {
22+
"loose": true
23+
}],
2424
];
2525

2626
module.exports = { presets, plugins };

0 commit comments

Comments
 (0)