OnlineJudgeFE/oj/.babelrc
zemal 8ff520fdc0 1. 前端UI框架更改: 弃用ElementUI,改用iView
2. 更新大量陈旧组件,使用新版vue-cli的build文件
3. 加入LazyLoad机制,提升首次打开页面的速度
4. 文件结构改动,更合理更工程化。
2017-06-24 22:04:07 +08:00

15 lines
234 B
Plaintext

{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
},
"comments": false
}