mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-04 02:52:26 +00:00
8ff520fdc0
2. 更新大量陈旧组件,使用新版vue-cli的build文件 3. 加入LazyLoad机制,提升首次打开页面的速度 4. 文件结构改动,更合理更工程化。
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
{
|
|
"presets": [
|
|
["env", { "modules": false }],
|
|
"stage-2"
|
|
],
|
|
"plugins": ["transform-runtime"],
|
|
"env": {
|
|
"test": {
|
|
"presets": ["env", "stage-2"],
|
|
"plugins": [ "istanbul" ]
|
|
}
|
|
},
|
|
"comments": false
|
|
}
|