Skip to content

Commit 39a3d88

Browse files
committed
update plugin
1 parent 44c4d5b commit 39a3d88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

rollup.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const external = {
2626
const 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
}

0 commit comments

Comments
 (0)