Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Reduce lowcoder-sdk initial bundle size#774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
e5ed589
setup webpack
raheeliftikhar5Mar 15, 2024
03cbba7
use antd/es
raheeliftikhar5Mar 15, 2024
7d87e4f
lazy load routes and components
raheeliftikhar5Mar 18, 2024
3ab149c
lazy load comps
raheeliftikhar5Mar 20, 2024
0d34edd
webpack configurations
raheeliftikhar5Mar 20, 2024
246a7ee
antd version fixed to 5.13.2
raheeliftikhar5Mar 20, 2024
7e85774
lazy load ant-design/icons
raheeliftikhar5Mar 25, 2024
3184cd3
lazy load ReactPlayer + ReactMarkdown
raheeliftikhar5Mar 25, 2024
df4f6ed
t sspecific imports instead of generic imports
raheeliftikhar5Mar 25, 2024
abd4e12
remove webpack bundling from lowcoder-sdk
raheeliftikhar5Mar 25, 2024
e02281a
added lowcoder-sdk-webpack-bundle workspace
raheeliftikhar5Mar 25, 2024
8d73f12
remove test package
raheeliftikhar5Mar 25, 2024
103152d
fix appEditor showing while loading issue
raheeliftikhar5Mar 27, 2024
2f72fac
fix small issue
raheeliftikhar5Mar 30, 2024
262667c
Merge branch 'dev' into lowcoder-sdk-webpack-bundle
FalkWolskyApr 1, 2024
33bd8f7
Update index.tsx
FalkWolskyApr 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
remove webpack bundling from lowcoder-sdk
  • Loading branch information
@raheeliftikhar5
raheeliftikhar5 committedMar 26, 2024
commitabd4e12db2bc73b5e3f094b71867f1ebb1644c75
1 change: 1 addition & 0 deletionsclient/packages/lowcoder-comps/.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
/lib
/node_modules
/package
*.tgz
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/tsconfig.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ESNext",
"experimentalDecorators": true,
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down
24 changes: 0 additions & 24 deletionsclient/packages/lowcoder-sdk/.babelrc
View file
Open in desktop

This file was deleted.

50 changes: 0 additions & 50 deletionsclient/packages/lowcoder-sdk/index-bundle.jsx
View file
Open in desktop

This file was deleted.

22 changes: 5 additions & 17 deletionsclient/packages/lowcoder-sdk/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,6 +16,10 @@
"import": "./dist/lowcoder-sdk.js",
"require": "./dist/lowcoder-sdk.js"
},
"./appView": {
"import": "./dist/appView.js",
"require": "./dist/appView.js"
},
"./dataSource": {
"types": "./dataSource.d.ts"
},
Expand All@@ -25,7 +29,6 @@
},
"scripts": {
"build": "vite build",
"build:webpack": "webpack --mode production",
"start": "vite"
},
"devDependencies": {
Expand All@@ -35,33 +38,18 @@
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^6.3.1",
"@svgr/webpack": "^8.1.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.8",
"babel-plugin-styled-components": "^2.1.4",
"css-loader": "^6.10.0",
"file-loader": "^6.2.0",
"less-loader": "^12.2.0",
"raw-loader": "^4.0.2",
"rollup": "^2",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"vite": "^4.5.2",
"vite-plugin-svgr": "^2.2.2",
"vite-tsconfig-paths": "^3.6.0",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
"vite-tsconfig-paths": "^3.6.0"
},
"peerDependencies": {
"react": ">=18",
Expand Down
198 changes: 0 additions & 198 deletionsclient/packages/lowcoder-sdk/plugins/JSEntryWebpackPlugin.cjs
View file
Open in desktop

This file was deleted.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp