mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 17:48:13 +00:00
feat: 🎸 导出 Rax 的 solutions 的定义
This commit is contained in:
parent
c2a7d631a1
commit
27f0e13010
@ -8,6 +8,7 @@ import { createDiskPublisher } from './publisher/disk';
|
||||
import { createZipPublisher } from './publisher/zip';
|
||||
import createIceJsProjectBuilder from './solutions/icejs';
|
||||
import createRecoreProjectBuilder from './solutions/recore';
|
||||
import createRaxAppProjectBuilder from './solutions/rax-app';
|
||||
|
||||
// 引入说明
|
||||
import { REACT_CHUNK_NAME } from './plugins/component/react/const';
|
||||
@ -39,6 +40,7 @@ import * as utilsTemplateHelper from './utils/templateHelper';
|
||||
|
||||
// 引入内置解决方案模块
|
||||
import icejs from './plugins/project/framework/icejs';
|
||||
import rax from './plugins/project/framework/rax';
|
||||
|
||||
export * from './types';
|
||||
|
||||
@ -48,9 +50,11 @@ export default {
|
||||
solutions: {
|
||||
icejs: createIceJsProjectBuilder,
|
||||
recore: createRecoreProjectBuilder,
|
||||
rax: createRaxAppProjectBuilder,
|
||||
},
|
||||
solutionParts: {
|
||||
icejs,
|
||||
rax,
|
||||
},
|
||||
publishers: {
|
||||
disk: createDiskPublisher,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user