chore: fes-template默认开启路由按需加载

This commit is contained in:
harrywan 2020-09-23 16:08:03 +08:00
parent c347a645e9
commit 06cb5f5af5
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ module.exports = {
// 项目名称
fesName: 'Fes.js 运营平台',
favicon: 'static/favicon.ico', // 图标
lazyRouter: true,
// 环境变量配置, 默认使用local环境
env: {
// 本地开发环境

View File

@ -29,12 +29,12 @@
"author": "harrywan qlin",
"license": "MIT",
"devDependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@webank/eslint-config-webank": "^0.1.4",
"csp-html-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@webank/fes-core": "^0.2.1",
"@webank/fes-ui": "^0.2.0"
"@webank/fes-ui": "^0.2.0",
"@babel/runtime-corejs3": "^7.11.2"
}
}