2018-zoekmachines-goeievraagle/frontend/.babelrc

13 lines
305 B
Plaintext
Raw Permalink Normal View History

2018-10-19 07:25:54 +00:00
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime", "transform-decorators-legacy"]
}