refactor build

This commit is contained in:
Pan
2017-12-14 16:07:10 +08:00
committed by 花裤衩
parent 2325e7651b
commit cade4f9449
21 changed files with 566 additions and 399 deletions

View File

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