Skip to content

Commit aca33f2

Browse files
authoredApr 1, 2024
Merge pull request #774 from raheeliftikhar5/lowcoder-sdk-webpack-bundle
[WIP] Reduce lowcoder-sdk initial bundle size
2 parents 8283f52 + 33bd8f7 commit aca33f2

File tree

201 files changed

+12800
-3009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+12800
-3009
lines changed
 

‎client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"mq-polyfill": "^1.1.8",
5252
"prettier": "^3.1.0",
5353
"rimraf": "^3.0.2",
54-
"rollup": "^2.79.0",
5554
"shelljs": "^0.8.5",
5655
"svgo": "^3.0.0",
5756
"typescript": "^4.8.4",
@@ -75,11 +74,12 @@
7574
"@testing-library/react": "^14.1.2",
7675
"@testing-library/user-event": "^14.5.1",
7776
"@types/styled-components": "^5.1.34",
78-
"antd-mobile": "^5.28.0",
77+
"antd-mobile": "^5.34.0",
7978
"chalk": "4",
8079
"number-precision": "^1.6.0",
8180
"react-player": "^2.11.0",
8281
"resize-observer-polyfill": "^1.5.1",
82+
"rollup": "^4.13.0",
8383
"simplebar": "^6.2.5",
8484
"tui-image-editor": "^3.15.3"
8585
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/lib
22
/node_modules
3+
/package
34
*.tgz

0 commit comments

Comments
 (0)
Please sign in to comment.