From f175c7474f8c5dccf4f3c76935501a053e4d19ce Mon Sep 17 00:00:00 2001 From: bac-joker Date: Wed, 23 Sep 2020 12:37:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3fes-cli=20build=20?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #20 --- package.json | 47 +++++++++++++++++++ .../fes-cli/build/configs/webpack.config.js | 2 +- .../fes-doc/docs/guide/directory-structure.md | 4 ++ 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ed65994..44d30719 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,52 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "changelog": { + "bugsUrl": "https://github.com/WeBankFinTech/fes.js/issues/", + "authorName": true, + "authorEmail": false, + "settings": { + "feat": { + "title": ":rocket: New Feature", + "enable": true + }, + "fix": { + "title": ":bug: Bug Fix" + }, + "perf": { + "title": ":running_woman: Performance" + }, + "revert": { + "title": ":leftwards_arrow_with_hook: Revert" + }, + "refactor": { + "title": "♻ 代码重构" + }, + "docs": { + "title": ":memo: Documentation", + "enable": true + }, + "style": { + "title": ":eyeglasses: Spec Compliance", + "enable": true + }, + "test": { + "title": "✅ 测试", + "enable": false + }, + "build": { + "title": "👷‍ 构建", + "enable": false + }, + "ci": { + "title": "🔧 CI 配置", + "enable": false + }, + "chore": { + "title": "🎫 其他更新", + "enable": false + } + } } } diff --git a/packages/fes-cli/build/configs/webpack.config.js b/packages/fes-cli/build/configs/webpack.config.js index a1df81b6..f43a6343 100644 --- a/packages/fes-cli/build/configs/webpack.config.js +++ b/packages/fes-cli/build/configs/webpack.config.js @@ -16,7 +16,7 @@ const browsers = require('../helpers/browser'); function handleGzipCompress(compress) { - if (!compress) return null; + if (!compress) return false; if (typeof compress === 'boolean') { return {}; } diff --git a/packages/fes-doc/docs/guide/directory-structure.md b/packages/fes-doc/docs/guide/directory-structure.md index 3c025bd6..4921da4f 100644 --- a/packages/fes-doc/docs/guide/directory-structure.md +++ b/packages/fes-doc/docs/guide/directory-structure.md @@ -55,6 +55,10 @@ module.exports = { FesLeft: true, // 是否显示头部区域,默认为false FesHeader: false, + // 是否开启路由懒加载 + lazyRouter: false, + // 是否开启 gzip 压缩,也可以传一个 obj 声明压缩参数 + compress: false, // 环境变量配置, 默认使用local环境 env: { // 本地开发环境