Skip to content

Commit 1cb1bed

Browse files
committed
v1.0.0-rc.26
1 parent 43735f5 commit 1cb1bed

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaferjs",
3-
"version": "1.0.0-rc.25",
3+
"version": "1.0.0-rc.26",
44
"author": "leafer <[email protected]>",
55
"license": "MIT",
66
"packageManager": "[email protected]",

rollup.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,15 @@ const platform ={
114114
withGlobal: 'LeaferIN.editor',
115115
withMin: 'min',
116116
withFormat: ['cjs'],
117-
external
117+
external: {...external, '@leafer-in/resize': 'LeaferIN.resize'},
118+
},
119+
{
120+
name: 'resize',
121+
path: inPath + '/resize',
122+
withGlobal: 'LeaferIN.resize',
123+
withMin: 'min',
124+
withFormat: ['cjs'],
125+
external,
118126
},
119127
{
120128
name: 'html',

src/draw

Submodule draw updated from 0e7ace2 to 97211c8

src/in

Submodule in updated from edd3441 to 454ff2a

src/leafer

Submodule leafer updated 54 files

src/ui

Submodule ui updated from 7b04da4 to f62790c

0 commit comments

Comments
 (0)