We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f737441 commit a66f69dCopy full SHA for a66f69d
.babelrc
@@ -1,8 +1,15 @@
1
{
2
- "presets": [
3
- "@babel/env",
4
- ["@babel/stage-2", {
5
- "decoratorsLegacy": true
6
- }]
+ "presets": ["@babel/env"],
+ "plugins": [
+ ["@babel/plugin-proposal-decorators", { "legacy": true }],
+ "@babel/plugin-proposal-function-sent",
+ "@babel/plugin-proposal-export-namespace-from",
7
+ "@babel/plugin-proposal-numeric-separator",
8
+ "@babel/plugin-proposal-throw-expressions",
9
+ "@babel/plugin-syntax-dynamic-import",
10
+ "@babel/plugin-syntax-import-meta",
11
+ ["@babel/plugin-proposal-class-properties", { "loose": false }],
12
+ "@babel/plugin-proposal-json-strings",
13
+ "@babel/plugin-transform-modules-umd"
14
]
-}
15
+}
0 commit comments