2021-08-07 15:43:24 +08:00
|
|
|
|
|
|
|
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',
|
2022-02-02 22:04:01 +08:00
|
|
|
'fes-plugin-pinia',
|
2021-08-07 15:43:24 +08:00
|
|
|
'fes-preset-built-in',
|
2021-11-17 22:48:56 +08:00
|
|
|
'fes-plugin-windicss',
|
2021-08-09 14:43:47 +08:00
|
|
|
'fes-runtime',
|
|
|
|
'fes-utils'
|
2021-08-07 15:43:24 +08:00
|
|
|
],
|
|
|
|
copy: []
|
|
|
|
};
|