File tree Expand file tree Collapse file tree
packages/build-plugin-lowcode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @alifd/build-plugin-lowcode" ,
3- "version" : " 0.3.15 " ,
3+ "version" : " 0.3.16 " ,
44 "description" : " build plugin for component-to-lowcode" ,
55 "main" : " src/index.js" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -750,6 +750,7 @@ async function bundleEditorView(
750750 type = 'component' ,
751751 setterName,
752752 presetConfig = { } ,
753+ customPlugins = [ ] ,
753754 } = pluginOptions || { } ;
754755 const metaExportName = `${ PARSED_NPM_NAME . uniqueName } Meta` ;
755756 const advancedRenderUrls = { } ;
@@ -802,6 +803,7 @@ async function bundleEditorView(
802803 setterName : setterName || '' ,
803804 type,
804805 presetConfig : JSON . stringify ( presetConfig ) ,
806+ customPlugins : JSON . stringify ( customPlugins ) ,
805807 } ;
806808 const indexJs = generateEntry ( {
807809 template : 'index.jsx' ,
You can’t perform that action at this time.
0 commit comments