Created
September 8, 2017 11:37
-
-
Save eddyerburgh/b569d23402611d14b40a2e4a1d534292 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "presets": [ | |
| ["env", { | |
| "modules": false, | |
| "targets": { | |
| "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] | |
| } | |
| }], | |
| "stage-2" | |
| ], | |
| "plugins": ["transform-runtime"], | |
| "env": { | |
| "test": { | |
| "presets": ["env", "stage-2"], | |
| "plugins": [ | |
| ["module-resolver", { | |
| "root": ["./src"], | |
| "alias": { | |
| "@": "./src" | |
| } | |
| }]] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment