2021-08-07 15:43:24 +08:00
|
|
|
module.exports = {
|
|
|
|
pkgs: [
|
|
|
|
'create-fes-app',
|
|
|
|
'fes',
|
|
|
|
'fes-compiler',
|
2022-05-11 17:50:20 +08:00
|
|
|
'fes-preset-built-in',
|
2022-05-12 10:50:53 +08:00
|
|
|
'fes-builder-vite',
|
|
|
|
'fes-builder-webpack',
|
2022-04-07 17:07:13 +08:00
|
|
|
'fes-runtime',
|
|
|
|
'fes-utils',
|
2021-08-07 15:43:24 +08:00
|
|
|
'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-11-17 22:48:56 +08:00
|
|
|
'fes-plugin-windicss',
|
2022-04-18 13:31:47 +08:00
|
|
|
'fes-plugin-watermark',
|
2023-01-11 15:51:43 +08:00
|
|
|
'fes-plugin-login',
|
2023-03-01 16:29:42 +08:00
|
|
|
'fes-plugin-swc',
|
2021-08-07 15:43:24 +08:00
|
|
|
],
|
2022-03-26 20:24:14 +08:00
|
|
|
copy: [],
|
2021-08-07 15:43:24 +08:00
|
|
|
};
|