perf:settings

This commit is contained in:
Pan
2017-12-15 10:58:33 +08:00
parent e2f4dd033c
commit 4d8017d037
6 changed files with 226 additions and 154 deletions

View File

@@ -1,10 +1,12 @@
{
"presets": [
["env", {
"modules": false
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false
"plugins": ["transform-vue-jsx", "transform-runtime"]
}