File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const external = {
2626const pluginExternal = {
2727 ...external ,
2828 '@leafer-in/editor' : 'LeaferIN.editor' ,
29+ '@leafer-in/text-editor' : 'LeaferIN.textEditor' ,
2930 '@leafer-in/view' : 'LeaferIN.view' ,
3031 '@leafer-in/scroll' : 'LeaferIN.scroll' ,
3132 '@leafer-in/arrow' : 'LeaferIN.arrow' ,
@@ -265,6 +266,22 @@ const platform ={
265266 withMin : 'min' ,
266267 withFormat : [ 'cjs' ] ,
267268 external : pluginExternal
269+ } ,
270+ {
271+ name : 'flow' ,
272+ path : inPath + '/flow' ,
273+ withGlobal : 'LeaferIN.flow' ,
274+ withMin : 'min' ,
275+ withFormat : [ 'cjs' ] ,
276+ external : pluginExternal
277+ } ,
278+ {
279+ name : 'text-editor' ,
280+ path : inPath + '/text-editor' ,
281+ withGlobal : 'LeaferIN.textEditor' ,
282+ withMin : 'min' ,
283+ withFormat : [ 'cjs' ] ,
284+ external : pluginExternal
268285 }
269286 ]
270287}
You can’t perform that action at this time.
0 commit comments