Commit Graph

2518 Commits

Author SHA1 Message Date
ClarkXia ac36776ff0
Feat: support add plugin by cli option (#6829)
* feat: support add plugin by cli option

* fix: resolve path of custom plugin
2024-03-15 10:26:50 +08:00
ClarkXia ba811d72d3
Feat: support props for KeepAliveOutlet (#6819)
* feat: support props for KeepAliveOutlet

* fix: lint warning

* fix: lint
2024-03-11 16:06:14 +08:00
Linbudu 886c4de8af
fix(rax-compat): fix createElement (#6814) 2024-03-11 11:18:44 +08:00
ClarkXia 7ae6af361d
chore: update versions (#6820) 2024-03-07 11:26:12 +08:00
ClarkXia c404b151b8
Fix: align the order and content of custom transformer with webpack (#6823)
* fix: align the order and content of custom transformer with webpack

* chore: changelog
2024-03-07 11:02:20 +08:00
ClarkXia 79c32a77d7
Feat: optimize theme package injection (#6822)
* feat: optimize theme package injection

* fix: test case
2024-03-07 10:04:11 +08:00
ClarkXia b279c880a1
fix: app config compile error of env exports (#6821) 2024-03-06 15:32:50 +08:00
ClarkXia 21257778ea
Fix: improve dev sourcemap (#6818)
* fix: improve dev sourcemap

* chore: changelog
2024-03-06 13:25:52 +08:00
ClarkXia e78623230f
fix: single router is not work when route path is customized (#6810) 2024-02-26 12:13:02 +08:00
ClarkXia d4f01b8f6a
chore: update versions (#6794) 2024-02-26 10:34:50 +08:00
ClarkXia 5f11d4d350
fix: compile script for dev-server (#6806) 2024-02-22 11:55:47 +08:00
ClarkXia 0147ade504
fix: replace prebundled package (#6800) 2024-02-22 11:23:14 +08:00
jimizai 511bfbc1b1
fix: bug fixed (#6803) 2024-02-22 11:02:11 +08:00
ClarkXia 591a9abe96
Feat: support keepalive without experimental version of react (#6768)
* feat: support keepalive without experimental version of react

* feat: add keep alive example

* fix: optimize code
2024-02-20 11:22:19 +08:00
ClarkXia 45bf24bf3c
fix: update rspack version (#6796) 2024-02-20 11:22:04 +08:00
ClarkXia e0b2eae106
feat: use postcss plugin to transform unocss (#6790) 2024-02-18 11:57:19 +08:00
jimizai 3ce4cb89ad
Feat/canvas mega async call (#6782)
* feat: use async call replace sync call

* fix: bug fixed
2024-02-01 20:08:21 +08:00
ClarkXia 57ecf19668
fix: compatible when undefined basename (#6780) 2024-02-01 17:10:14 +08:00
ClarkXia 09d95d2dc7
chore: update versions (#6757) 2024-02-01 10:43:06 +08:00
ClarkXia d9e75a022b
fix: css module hash is not match (#6777) 2024-02-01 10:19:03 +08:00
ClarkXia fd44784155
Feat: update react-router for new feature (#6764)
* feat: update react-router for new feature

* feat: export new api of react-router

* fix: merge error
2024-01-31 16:40:43 +08:00
ClarkXia 2920b0114f
fix: disable persistent cache for unocss generation (#6774) 2024-01-31 15:43:08 +08:00
ClarkXia b3c53b8750
fix: export losing ts type (#6772) 2024-01-30 17:08:28 +08:00
ClarkXia d88a50a2f6
fix: HMR boundary in speedup mode (#6770) 2024-01-30 14:22:56 +08:00
染陌同学 c536319084
chore: add self-closing function (#6734) 2024-01-25 01:36:54 -08:00
ClarkXia 8d57a24aec
Feat: enhance single router mode without react-router (#6761)
* feat: enhance single router mode without react-router

* fix: test case
2024-01-25 13:21:45 +08:00
ClarkXia b85feaae6a
fix: do not log warning message when use router api (#6731) 2024-01-24 20:34:43 +08:00
ClarkXia 2a99862677
fix: update rspack config for version 0.5.1 (#6758)
* fix: update rspack config for version 0.5.1

* fix: bump binding version
2024-01-24 14:38:35 +08:00
ClarkXia c1aab10aab
fix: avoid unexpected slash in route path (#6760) 2024-01-24 14:26:55 +08:00
ClarkXia d362b8a8dc
fix: set enforce post for compliation loader (#6752) 2024-01-22 16:58:30 +08:00
ClarkXia 38f7aa08c7
chore: update versions (#6740) 2024-01-18 14:44:38 +08:00
ClarkXia f7dd9fc53b
chore: bump unplugin version (#6750)
* chore: bump unplugin version

* chore: remove patch file
2024-01-18 13:59:00 +08:00
ClarkXia 3727f80d8f
Fix: pass the correct request context to data loader (#6747)
* fix: pass the correct request context to data loader

* chore: changelog

* chore: update routes.tsx
2024-01-18 11:04:15 +08:00
ClarkXia 45c61db885
Feat: support optimize package import (#6736)
* feat: support optimize package import

* chore: comment

* fix: optimize imports
2024-01-18 10:37:35 +08:00
ClarkXia f58d206803
fix: always add preset uno for plugin (#6744) 2024-01-17 16:54:33 +08:00
ClarkXia 167c8fec13
Fix: disable swcrc by default (#6746)
* fix: disable swcrc by default

* fix: modify options inside transformer
2024-01-17 16:53:55 +08:00
ClarkXia 41be253aa9
Fix: resolve path of regenerator-runtime (#6742)
* fix: resolve path of regenerator-runtime

* chore: update defineVitestConfig.test.ts

* chore: update defineJestConfig.test.ts
2024-01-17 16:53:35 +08:00
ClarkXia c06cb97806
fix: on demand server cache (#6738) 2024-01-16 10:33:47 +08:00
linbudu599 628141486c fix(rax-compat): fixup input compat on input event 2024-01-08 11:04:41 +08:00
linbudu599 e5ada29e2d Merge branch 'release/next' of https://github.com/alibaba/ice into refactor/rax_compat 2024-01-05 10:23:16 +08:00
linbudu599 90b5b49976 fix(rax-compat): fixup input compat 2024-01-05 10:18:57 +08:00
Albert 910f4436ff
fix: register with new defaultTaskConfig evey time (#6726) 2024-01-05 10:00:53 +08:00
ClarkXia 2e4449f727
fix: compatible with API matchRoutes when basename is not provided (#6728) 2024-01-04 17:27:41 +08:00
linbudu599 ad0570c8fd fix: fix cr issues 2024-01-04 17:09:50 +08:00
ClarkXia b446396b99
chore: update versions (#6690) 2024-01-04 13:57:53 +08:00
ClarkXia 420fec8508
Fix: pack error when use speedup mode (#6727)
* fix: update rspack version

* fix: changelog

* chore: lint
2024-01-04 11:51:35 +08:00
linbudu599 d29ac1c042 feat: complete tests 2024-01-02 17:06:20 +08:00
linbudu599 15e8200a8a feat: plugin-rax-compat 0.3.0 2024-01-02 15:23:21 +08:00
ClarkXia 3171e6175b
fix: use pnpm patch to override packages (#6715) 2023-12-29 13:35:45 +08:00
ClarkXia ef52f8140f
feat: optimize compile rule (#6719)
* feat: optimize compile rule

* fix: update default value of compileDependencies
2023-12-28 11:06:17 +08:00
ClarkXia 00685f62e9 Merge branch 'master' into release/next 2023-12-25 16:26:25 +08:00
dependabot[bot] effee4a75b
chore(deps): bump zod from 3.21.4 to 3.22.3 (#6713)
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 14:46:51 +08:00
ClarkXia c7048603c7
chore: update versions (#6684) 2023-12-25 13:26:16 +08:00
ClarkXia 6a33613a66 fix: add dependencies for dev-server 2023-12-25 13:20:41 +08:00
ClarkXia 0a8ab22739
fix: bump the version of rspack (#6712) 2023-12-25 12:17:26 +08:00
ClarkXia 817fa3a971
fix: should not include every thing when transform to rspack plugin by unplugin (#6708) 2023-12-22 10:28:28 +08:00
ClarkXia dd149e51d9
fix: use built-in split chunks strategy by default (#6699)
* fix: use built-in split chunks strategy by default

* fix: pre bundle react refresh package

* fix: lint error
2023-12-20 11:12:06 +08:00
luhc228 23811c8201
fix: unstable_Offscreen to unstable_Activity (#6694)
* fix: OffScreen to Activity

* chore: changeset
2023-12-18 14:24:03 +08:00
ChenSheng dda7198e84
fix: fix eslint problem (#6693) 2023-12-18 10:23:29 +08:00
ClarkXia ebc8ae083b
fix: add assets plugin to deal with thrid-party dependencies import assets direactly (#6688) 2023-12-12 14:25:47 +08:00
ClarkXia 7d193fe96b
fix: several bug when bump pack dependencies (#6689)
* fix: serveral bug when bump dependencies

* fix: compile error

* chore: bump version
2023-12-12 14:25:32 +08:00
ClarkXia a68ff48d8e
feat: replace binding package (#6663)
* chore: bump rspack version

* fix: bump rspack version

* feat: pre bundle rspack/core

* fix: pre bundle

* fix: import path in esm

* chore: update rspack version

* chore: update lock

* fix: overwrite define props otherwise compile will get stack

* fix: rspack config

* feat: add @ice/pack-binding

* fix: add default features

* fix: default value validate

* fix: option validation

* chore: remove comment

* fix: scripts

* chore: lint file

* chore: changeset

* fix: prepack dev server

* fix: config

* chore: add dependencies

* chore: lock

* fix: compile task
2023-12-08 11:02:37 +08:00
ClarkXia 5a53814ecb Merge branch 'master' into release/pack 2023-12-05 17:15:15 +08:00
ClarkXia 951ca6c5fa
chore: update versions (#6655) 2023-11-30 14:04:04 +08:00
染陌同学 f1ee695372
feat: support preRender (#6675)
* feat: support preRender

* feat: Pip after onAllReady when pre render SSR

* chore: revert onAllReady callback
2023-11-29 19:23:07 -08:00
luhc228 72fc36c8ee
chore: remove types export (#6651)
* chore: remove types export

* chore: changeset
2023-11-30 10:34:05 +08:00
ClarkXia d61d15f365
feat: support plugin of unocss (#6665)
* feat: support unocss

* chore: update lock

* docs: unocss docs

* fix: remove unexpected commit

* Update package.json
2023-11-29 15:31:20 +08:00
ClarkXia ddff555884
fix: better error handling of build script (#6672)
* fix: better error handling of build script

* chore: changeset
2023-11-29 15:29:34 +08:00
linbudu599 818ae15213 fix: fix default document import 2023-11-28 16:51:19 +08:00
ChenSheng 30897a45cd
fix: bump latest version of caniuse-lite (#6647) 2023-11-24 15:03:00 +08:00
染陌同学 b8a6f9b8b8
feat: support pre render ssr (#6659)
* feat: support pre render ssr

* chore: modify global to window

* chore: deal with lint

* chore: add type

* chore: remove console

* feat: get assets

* chore: modify concat

* chore: add changeset

* fix: fix lint warning
2023-11-22 23:19:15 -08:00
Linbudu 508d893bc6
Merge pull request #6643 from alibaba/feat/rax_compat_default_export_support
Default export support for rax-compat
2023-11-23 14:23:01 +08:00
ClarkXia f39d3a643a Merge branch 'release/pack' of github.com:alibaba/ice into release/pack 2023-11-23 11:17:52 +08:00
ClarkXia 617484237f
feat: pre-pack bundler (#6601)
* chore: bump rspack version

* fix: bump rspack version

* feat: pre bundle rspack/core

* fix: pre bundle

* fix: import path in esm
2023-11-23 11:16:08 +08:00
ClarkXia 4aea12e482 Merge branch 'master' into release/next 2023-11-21 15:05:07 +08:00
染陌同学 5d85418890
chore: remove switch of firstchunk (#6638)
* chore: remove switch of firstchunk

* chore: add changeset

* feat: add export and modify example
2023-11-16 01:39:09 -08:00
linbudu599 60dd2081dc feat: complete export file path 2023-11-15 14:24:58 +08:00
linbudu599 1bf4d424c4 feat: use namespace re-export 2023-11-14 14:55:55 +08:00
ClarkXia 636ea8f2ee
chore: update versions (#6650) 2023-11-14 14:25:11 +08:00
ClarkXia 58d8cb8069
fix: re-order tranform plugins (#6649) 2023-11-14 13:57:15 +08:00
ClarkXia a0df6fa108
chore: update versions (#6648) 2023-11-13 15:15:23 +08:00
水澜 0953dece97
hotFix: unsupported syntax in dataLoader (#6646)
* fix: unsupported syntax judgment

* chore: add changelog
2023-11-13 15:07:52 +08:00
linbudu599 834e99343c Merge branch 'release/next' of https://github.com/alibaba/ice into feat/rax_compat_default_export_support 2023-11-13 10:45:37 +08:00
ClarkXia 1b7ba15b0d
chore: update versions (#6618) 2023-11-09 10:03:06 +08:00
ClarkXia 52eb7a4077
fix: do not minify assets in public by default (#6631) 2023-11-08 10:27:50 +08:00
ClarkXia e678188efa
fix: assets rule in speedup mode (#6632) 2023-11-08 10:27:29 +08:00
Linbudu b28118d337
fix(@ice/app): requireHook in createService (#6633) 2023-11-07 16:16:12 +08:00
水澜 4a7340afa6
fix: data loader output (#6622)
* fix: data loader output

* fix: check support let first

* chore: add changelog
2023-11-06 10:37:21 +08:00
ClarkXia d4aaa5806b
fix: support transform plugin in speedup mode (#6615)
* fix: support tranform plugin in speedup mode

* chore: lint

* chore: remove log
2023-11-01 10:08:29 +08:00
染陌同学 81849becf8
feat: support first chunk cache (#6607)
* feat: support first chunk cache

* chore: remove cacheFirstChunk

* chore: modify fcc comment

* feat: add FirstChunkCache function

* feat: add first chunk demo

* chore: modify example

* chore: update lock

* chore: update package
2023-10-30 01:21:49 -07:00
linbudu599 85270268c0 chore: default export support 2023-10-23 17:27:35 +08:00
ClarkXia f488037c47
chore: update versions (#6602) 2023-10-23 14:47:47 +08:00
ClarkXia 899c4740b9
feat: support options when call document dataLoader (#6593) 2023-10-23 14:26:26 +08:00
ClarkXia 6167358aff
chore: update versions (#6587) 2023-10-19 14:13:14 +08:00
Linbudu 8a0d84f103
Merge pull request #6579 from alibaba/feat/rax_compat_legacy
Support legacy mode for plugin-rax-compat
2023-10-18 14:30:10 +08:00
ClarkXia d72753e271
fix: do not prebundle node built-in module (#6581) 2023-10-17 19:59:54 +08:00
ClarkXia 47fe9eef9a Merge branch 'master' into release/next 2023-10-17 19:22:12 +08:00
ClarkXia a393ae95c4
chore: update versions (#6589) 2023-10-17 17:11:43 +08:00
ClarkXia f144dd6348
fix: compatible with tag.parentNode is null when update routes config (#6588) 2023-10-17 16:27:43 +08:00
luhc228 042b49b177
refactor: remove cloneDeep (#6576)
* refactor: remove cloneDeep

* fix: ci fail

* fix: remove deepClone

* chore: changeset
2023-10-17 16:22:06 +08:00
染陌同学 3896cbeabb
Feat/support defult document (#6580)
* feat: support default document

* chore: add changeset
2023-10-17 00:23:18 -07:00
linbudu599 4816afb558 fix: provide missing export for rax-compat 2023-10-12 15:35:25 +08:00
ClarkXia 99635bceee
Merge pull request #6550 from alibaba/release/next
Release 3.3.4
2023-10-12 14:10:29 +08:00
Mustafa Ateş Uzun 7a70372bad
docs: transform function typo (#6575) 2023-10-12 11:40:28 +08:00
ClarkXia c6386d9929
chore: update versions (#6549) 2023-10-12 11:36:20 +08:00
luhc228 47a7a25d42
fix: user compilation config lose (#6568)
* fix: user compilation config lose

* chore: changeset

* chore: add todo
2023-10-12 10:28:49 +08:00
ClarkXia ca14f6d367
fix: compatible with plugin API configureWebpack in speedup mode (#6564) 2023-10-12 10:17:44 +08:00
ClarkXia 50efd1ee95
fix: export createElement for react in @ice/runtime (#6562)
* fix: export createElement for react

* fix: modify import source

* fix: dev server runner
2023-10-11 13:40:07 +08:00
ClarkXia 9f455628b4
fix: compatible with win32 when config themePackage (#6565)
* fix: compatible with win32 when config themePackage

* fix: compatible with win32 when custom icon file

* chore: update change log
2023-10-11 13:37:06 +08:00
ClarkXia 7924f2d1d5
fix: return render root (#6571) 2023-10-11 13:35:24 +08:00
ClarkXia 1de19371d7
feat: add type definition of runApp (#6554)
* feat: add type defination of runApp

* chore: changeset
2023-10-11 10:22:02 +08:00
水澜 df854102c9
fix: query info in fc (#6572)
* fix: compatible with query parsing errors caused by ctx.req.url  error in the fc environment

* chore: add changelog
2023-10-11 09:55:26 +08:00
ClarkXia aa29b37b59
fix: get flatten routes which nested level more than 3 (#6555)
* fix: get flatten routes which nested level more than 3

* fix: lint
2023-10-10 17:29:20 +08:00
dependabot[bot] 8fbe3d88b6
chore(deps): bump postcss from 8.4.12 to 8.4.31 (#6559)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.12...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 14:24:02 +08:00
ClarkXia 6f18c3db54
fix: deal with json file when use on-demand compile (#6548)
* fix: deal with json file when use on-demand compile

* chore: changeset
2023-09-27 13:57:03 +08:00
ClarkXia 4d256e3063
fix: update route config when dataLoader is not defined (#6552)
* fix: update route config when dataLoader is not defined

* chore: test case
2023-09-27 13:56:36 +08:00
Linbudu 244bb17f78
fix(@ice/app): add typesVersions for export fields support (#6544) 2023-09-27 10:25:26 +08:00
染陌同学 93e868d339
fix: hasDocument should check jsx (#6545)
* fix: hasDocument should check jsx

* chore: add js for document
2023-09-25 04:13:14 -07:00
ClarkXia 40f1071940
chore: update versions (#6537) 2023-09-21 15:17:00 +08:00
ClarkXia f2c7df96af
feat: new plugin deal with stream error (#6530)
* feat: new plugin deal with stream error

* fix: add options for local test
2023-09-21 10:56:01 +08:00
水澜 78f850fa67
feat: hash only css modules (#6289)
* feat: hash only css modules

* fix: type

* docs: css modules hash only

* chore: add changeset

* refactor: support localIdentName

* chore: add todo
2023-09-20 15:17:28 +08:00
染陌同学 82702258c4
feat: compat no document (#6536)
* feat: compat no document

* chore: modify if

* chore: Document is not requied
2023-09-18 23:14:21 -07:00
染陌同学 c3a9c20aec
chore: modify output (#6534) 2023-09-18 17:18:20 +08:00
ClarkXia fbeaf932cb
chore: update versions (#6509) 2023-09-14 10:58:37 +08:00
ClarkXia 66689409eb Merge branch 'master' into release/next 2023-09-13 15:35:09 +08:00
ClarkXia 97cecb7951
chore: update versions (#6526) 2023-09-13 15:09:34 +08:00
ClarkXia 06829a4eb2
fix: params urls for hook before.start.run (#6525) 2023-09-11 11:24:35 +08:00
ClarkXia cec448c36a
fix: browsers compatibility of dataLoader (#6522) 2023-09-11 11:24:19 +08:00
ZeroLing b70bba1efd
Refactor/rax compat (#6493)
* refactor: rax compat

1. update @swc/helpers version to latest.
2. relplace create react class with simple impl.

* test: add specs for createReactClass

* chore: rename to createReactClass
2023-09-11 10:53:58 +08:00
染陌同学 a04cc00242
Fix/style not match (#6521)
* fix: fix style not match when hydrate

* chore: add changeset
2023-09-07 23:11:40 -07:00
ClarkXia b748810588
fix: support custom middleware on dev server (#6520) 2023-09-07 15:13:15 +08:00
染陌同学 1e4b20af84
Feat/fix storage (#6488)
* fix: The base64 of canvans may be too large, and the syncCall will block the thread

* chore: add changeset

* feat: modify return

* feat: modify promise

* feat: modify

* chore: modify version
2023-09-06 04:21:01 -07:00
luhc228 b8b1d5e41f
fix: source map url in prod files but the sourceMap files not published (#6511)
* fix: source map url in prod files

* chore: changeset
2023-09-06 10:09:59 +08:00
ClarkXia 7194c75c0e
fix: throw error when server compile failed (#6508) 2023-09-05 15:23:07 +08:00
ClarkXia 68f19eaeab
fix: unnecessary to import runtime module and routes when csr (#6507)
* fix: unnecessary to import runtime module and routes when csr

* fix: optimize code
2023-09-04 11:29:51 +08:00
ClarkXia 644422693c
fix: redirect import of definePageConfig (#6505)
* fix: redirect import of definePageConfig

* fix: modify template

* chore: test case

* fix: default value

* chore: test case

* fix: optimize code
2023-09-04 10:43:50 +08:00
ClarkXia 9dec0097b5
chore: update versions (#6487) 2023-08-31 15:25:26 +08:00
ClarkXia 69e68633ff
feat: support API useDocumentData (#6408)
* feat: support API useDocumentData

* refactor: make document data unstable

* refactor: document data loader

* chore: lint

* chore: lint

* chore: lint

---------

Co-authored-by: ZeroLing <zhuoling.lcl@alibaba-inc.com>
2023-08-31 10:12:45 +08:00
ClarkXia 477d14cc66
fix: mark polyfill signal as es module (#6500) 2023-08-30 18:52:29 +08:00
ClarkXia 2875b544db
chore: bump @swc/core version (#6501) 2023-08-30 18:52:04 +08:00
ClarkXia e3e1f27cba
fix: compatible with win32 in speedup mode (#6497)
* fix: compatible with win32 in speedup mode

* chore: comment
2023-08-30 13:29:18 +08:00
ClarkXia 1fa826b0ff
chore: bump rspack version for more hook and plugin support (#6498) 2023-08-30 13:29:07 +08:00
ClarkXia 101eadeaa5
fix: transform import with special identifier (#6499)
* fix: transform import with special identifier

* fix: test case
2023-08-30 13:28:54 +08:00
ZeroLing 99c0dd26e8
Hotfix/sourcemap pref (#6490)
* fix: sourcemap perf

* chore: comments prettier
2023-08-25 16:17:50 +08:00
Homyee King c715742cf1
fix(jsx-plus): transform w/ parent is a <></> (#6418)
* fix(jsx-plus): transform w/ parent is a <></>

* feat: up babel-plugin-transform-jsx-condition

* chore: code style

* fix: lock file

* fix(runtime): type error

* fix(runtime): type err

* fix(i18n): up swc-helper

* chore: up lock

* chore: use next lock

* fix: lock file

* fix: ci
2023-08-25 13:26:05 +08:00
ClarkXia d4904e9269
fix: runtime should compat with old browsers (#6478)
* fix: runtime should compat with old browsers

* fix: optimize code

* fix: lint

* chore: optimize code

* chore: optimize code
2023-08-24 12:06:56 +08:00
ClarkXia 47ba84d3cf
fix: typo of specifier for app data loader (#6480) 2023-08-23 15:13:18 +08:00
ClarkXia 41bc144072
fix: ignore static resource when render server entry (#6484)
* fix: ignore static resource when render server entry

* chore: changelog
2023-08-23 10:17:49 +08:00
ClarkXia 48e3d8b6f9
chore: update versions (#6482) 2023-08-22 12:07:37 +08:00
ClarkXia 1ccd3a6ef2 chore: fix type error 2023-08-21 17:38:24 +08:00