fes.js/build.config.js

31 lines
746 B
JavaScript
Raw Normal View History

2021-08-07 15:43:24 +08:00
module.exports = {
pkgs: [
'create-fes-app',
'fes',
'fes-compiler',
'fes-preset-built-in',
'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',
'fes-plugin-watermark',
'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
};