mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 02:37:52 +08:00
98bae6d141
* feat: 基础功能 * feat: 支持时间戳 * refactor(plugin-watermark): 优化实现 * feat(plugin-watermark): 提供开关 * docs: 添加文档 * docs: 优化文档
29 lines
658 B
JavaScript
29 lines
658 B
JavaScript
|
|
module.exports = {
|
|
// 需要编译的包
|
|
pkgs: [
|
|
'create-fes-app',
|
|
'fes',
|
|
'fes-compiler',
|
|
'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-preset-built-in',
|
|
'fes-plugin-windicss',
|
|
'fes-plugin-watermark',
|
|
'fes-runtime',
|
|
'fes-utils'
|
|
],
|
|
copy: []
|
|
};
|