Commit 12c28105 by 应超杰

update

parent b9d07440
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
] ]
}, },
"dependencies": { "dependencies": {
"element-ui": "^2.13.2",
"vant": "^2.11.1", "vant": "^2.11.1",
"web-toolkit": "git+https://github.com/mizuki1412/web-toolkit.git" "web-toolkit": "git+https://github.com/mizuki1412/web-toolkit.git"
}, },
......
...@@ -40,8 +40,9 @@ module.exports = { ...@@ -40,8 +40,9 @@ module.exports = {
// // server(dev), static(product), disabled。需要时用server // // server(dev), static(product), disabled。需要时用server
// analyzerMode: 'disabled', // analyzerMode: 'disabled',
// } // }
} },
// pages:{ chainWebpack:(config)=>{
// index: 'src/main.js', // 阻止warning,禁用fork-ts-checker https://zhuanlan.zhihu.com/p/52556210
// } config.plugins.delete('fork-ts-checker')
},
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment