You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
385 B
Plaintext

8 years ago
{
"presets": [
8 years ago
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
8 years ago
"stage-2"
],
8 years ago
"env": {
"development":{
"plugins": ["transform-vue-jsx", "transform-runtime", "dynamic-import-node"]
},
"production": {
"plugins": ["transform-vue-jsx", "transform-runtime"]
}
}
8 years ago
}