Skip to content

Instantly share code, notes, and snippets.

@AaronFlower
Created December 9, 2017 06:45
Show Gist options
  • Save AaronFlower/25a8e20bfa67be7c21539ff4fea13ae9 to your computer and use it in GitHub Desktop.
Save AaronFlower/25a8e20bfa67be7c21539ff4fea13ae9 to your computer and use it in GitHub Desktop.
babel rc
{
"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