fes.js/build.config.js
harrywan 98bae6d141
feat: watermark (#112)
* feat: 基础功能

* feat: 支持时间戳

* refactor(plugin-watermark): 优化实现

* feat(plugin-watermark): 提供开关

* docs: 添加文档

* docs: 优化文档
2022-04-18 13:31:47 +08:00

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: []
};