Skip to content

Commit 5491f06

Browse files
committed
Revert "remove @babel line from babel.config"
This reverts commit af71304.
1 parent af71304 commit 5491f06

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)