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 bbe1d30 commit 1aa278aCopy full SHA for 1aa278a
.babelrc
@@ -1,10 +1,29 @@
1
{
2
- "presets": [
3
- ["es2015", { "modules": false }],
4
- "stage-0"
5
- ],
6
- "plugins": [
7
- "external-helpers",
8
- "transform-runtime"
9
- ]
+ "env": {
+ "test": {
+ "presets": [
+ "es2015",
+ "stage-0"
+ ],
+ "plugins": [
+ "external-helpers",
10
+ "transform-runtime"
11
+ ]
12
+ },
13
+ "development": {
14
15
+ [
16
17
+ {
18
+ "modules": false
19
+ }
20
21
22
23
24
25
26
27
28
29
}
0 commit comments