mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore: fes-template默认开启路由按需加载
This commit is contained in:
parent
c347a645e9
commit
06cb5f5af5
@ -6,6 +6,7 @@ module.exports = {
|
|||||||
// 项目名称
|
// 项目名称
|
||||||
fesName: 'Fes.js 运营平台',
|
fesName: 'Fes.js 运营平台',
|
||||||
favicon: 'static/favicon.ico', // 图标
|
favicon: 'static/favicon.ico', // 图标
|
||||||
|
lazyRouter: true,
|
||||||
// 环境变量配置, 默认使用local环境
|
// 环境变量配置, 默认使用local环境
|
||||||
env: {
|
env: {
|
||||||
// 本地开发环境
|
// 本地开发环境
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
"author": "harrywan qlin",
|
"author": "harrywan qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/runtime-corejs3": "^7.11.2",
|
|
||||||
"@webank/eslint-config-webank": "^0.1.4",
|
"@webank/eslint-config-webank": "^0.1.4",
|
||||||
"csp-html-webpack-plugin": "^4.0.0"
|
"csp-html-webpack-plugin": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webank/fes-core": "^0.2.1",
|
"@webank/fes-core": "^0.2.1",
|
||||||
"@webank/fes-ui": "^0.2.0"
|
"@webank/fes-ui": "^0.2.0",
|
||||||
|
"@babel/runtime-corejs3": "^7.11.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user