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 a03edf1 commit afbae01Copy full SHA for afbae01
.babelrc
@@ -3,10 +3,12 @@
3
[
4
"@babel/env",
5
{
6
- "modules": false
+ "modules": false,
7
+ "loose": true,
8
+ "exclude": ["@babel/plugin-transform-regenerator"]
9
}
10
],
11
"@babel/react"
12
- "plugins": ["babel-plugin-macros"]
13
+ "plugins": ["babel-plugin-transform-async-to-promises"]
14
d3/.babelrc
0 commit comments