mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
* feat: 添加 login 插件 * docs: 优化 access docs 文档 * refactor: beforeRender迁移到router创建后 * fix: 修复清除webpack-cache问题 * refactor: 优化 plugin 插件 Co-authored-by: wanchun <445436867@qq.com>
30 lines
720 B
JavaScript
30 lines
720 B
JavaScript
module.exports = {
|
|
pkgs: [
|
|
'create-fes-app',
|
|
'fes',
|
|
'fes-compiler',
|
|
'fes-preset-built-in',
|
|
'fes-builder-vite',
|
|
'fes-builder-webpack',
|
|
'fes-runtime',
|
|
'fes-utils',
|
|
'fes-plugin-access',
|
|
'fes-plugin-enums',
|
|
'fes-plugin-icon',
|
|
'fes-plugin-jest',
|
|
'fes-plugin-layout',
|
|
'fes-plugin-locale',
|
|
'fes-plugin-model',
|
|
'fes-plugin-monaco-editor',
|
|
'fes-plugin-qiankun',
|
|
'fes-plugin-request',
|
|
'fes-plugin-sass',
|
|
'fes-plugin-vuex',
|
|
'fes-plugin-pinia',
|
|
'fes-plugin-windicss',
|
|
'fes-plugin-watermark',
|
|
'fes-plugin-login',
|
|
],
|
|
copy: [],
|
|
};
|