Created
December 9, 2017 06:45
-
-
Save AaronFlower/25a8e20bfa67be7c21539ff4fea13ae9 to your computer and use it in GitHub Desktop.
babel rc
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
{ | |
"presets": [ | |
["env", { "modules": false }], | |
"stage-2" | |
], | |
"plugins": ["transform-runtime", "transform-vue-jsx"], | |
"comments": false, | |
"env": { | |
"test": { | |
"presets": ["env", "stage-2"], | |
"plugins": [ "istanbul" ] | |
} | |
} | |
} | |
// 要看清楚那些 plugins 可以用? 不然会有问题,import jquery 会被干掉。 | |
{ | |
"presets": ["es2015"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment