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 6599518 commit cd40bbcCopy full SHA for cd40bbc
.babelrc
@@ -1,24 +1,24 @@
1
{
2
- "presets": [
3
- "es2015",
4
- "stage-0"
5
- ],
6
- "plugins": [
7
- "add-module-exports"
8
9
- "env": {
10
- "development": {
11
12
- "typecheck",
13
- "syntax-flow",
14
- "transform-flow-strip-types"
15
- ]
16
- },
17
- "production": {
18
19
20
21
22
- }
+ "env": {
+ "development": {
+ "plugins": [
+ "typecheck",
+ "syntax-flow",
+ "transform-flow-strip-types"
+ ]
+ },
+ "production": {
23
}
+ "add-module-exports"
+ ],
+ "presets": [
+ "es2015",
+ "stage-0"
24
0 commit comments