-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- v3.5.0
- rax-compat@0.3.0
- rax-compat@0.2.12
- rax-compat@0.2.11
- rax-compat@0.2.10
- @ice/webpack-config@1.1.16
- @ice/webpack-config@1.1.15
- @ice/webpack-config@1.1.14
- @ice/webpack-config@1.1.13
- @ice/webpack-config@1.1.12
- @ice/webpack-config@1.1.11
- @ice/webpack-config@1.1.10
- @ice/webpack-config@1.1.9
- @ice/webpack-config@1.1.8
- @ice/webpack-config@1.1.7
- @ice/style-import@1.1.0
- @ice/shared-config@1.2.9
- @ice/shared-config@1.2.8
- @ice/shared-config@1.2.7
- @ice/shared-config@1.2.6
- @ice/shared-config@1.2.5
- @ice/shared-config@1.2.4
- @ice/shared-config@1.2.3
- @ice/shared-config@1.2.2
- @ice/shared-config@1.2.1
- @ice/shared-config@1.2.0
- @ice/runtime@1.5.1
- @ice/runtime@1.4.13
- @ice/runtime@1.4.11
- @ice/runtime@1.4.10
- @ice/runtime@1.4.9
- @ice/runtime@1.4.8
- @ice/runtime@1.4.7
- @ice/runtime@1.4.6
- @ice/runtime@1.4.5
- @ice/runtime@1.4.4
- @ice/runtime@1.4.3
- @ice/runtime@1.4.2
- @ice/runtime@1.4.1
- @ice/runtime@1.4.0
- @ice/runtime@1.3.6
- @ice/runtime@1.3.5
- @ice/runtime@1.3.4
- @ice/rspack-config@1.2.1
- @ice/rspack-config@1.1.10
- @ice/rspack-config@1.1.9
- @ice/rspack-config@1.1.8
- @ice/rspack-config@1.1.7
- @ice/rspack-config@1.1.6
- @ice/rspack-config@1.1.5
- @ice/rspack-config@1.1.4
- @ice/rspack-config@1.1.3
- @ice/rspack-config@1.1.2
- @ice/rspack-config@1.1.1
- @ice/rspack-config@1.1.0
- @ice/plugin-unocss@1.1.0
- @ice/plugin-unocss@1.0.2
- @ice/plugin-unocss@1.0.1
- @ice/plugin-stream-error@1.0.2
- @ice/plugin-stream-error@1.0.1
- @ice/plugin-request@1.0.3
- @ice/plugin-rax-compat@0.3.2
- @ice/plugin-rax-compat@0.3.1
- @ice/plugin-rax-compat@0.3.0
- @ice/plugin-rax-compat@0.2.10
- @ice/plugin-miniapp@1.2.1
- @ice/plugin-miniapp@1.1.3
- @ice/plugin-jsx-plus@1.0.4
- @ice/plugin-intl@1.1.0
- @ice/plugin-intl@1.0.2
- @ice/plugin-intl@1.0.1
- @ice/plugin-i18n@5.0.1
- @ice/plugin-i18n@5.0.0
- @ice/plugin-i18n@4.0.0
- @ice/plugin-fusion@1.1.0
- @ice/miniapp-runtime@1.2.1
- @ice/miniapp-react-dom@1.1.1
- @ice/miniapp-loader@1.1.2
- @ice/jsx-runtime@0.3.1
- @ice/jsx-runtime@0.3.0
- @ice/bundles@0.2.7
- @ice/bundles@0.2.6
- @ice/bundles@0.2.5
- @ice/bundles@0.2.4
- @ice/bundles@0.2.3
- @ice/bundles@0.2.2
- @ice/bundles@0.2.1
- @ice/bundles@0.2.0
- @ice/app@3.5.1
- @ice/app@3.5.0
- @ice/app@3.4.12
- @ice/app@3.4.11
- @ice/app@3.4.10
- @ice/app@3.4.9
- @ice/app@3.4.8
- @ice/app@3.4.7
- @ice/app@3.4.6
- @ice/app@3.4.5
- @ice/app@3.4.4
- @ice/app@3.4.3
- @ice/app@3.4.2
- @ice/app@3.4.1
- @ice/app@3.4.0
Showing
20 changed files
with
2,372 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@ice/rspack-config': minor | ||
'@ice/shared-config': minor | ||
'@ice/bundles': minor | ||
'@ice/app': minor | ||
--- | ||
|
||
feat: support @ice/pack-binding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ coverage/ | |
|
||
# 忽略第三方包 | ||
/vendor/loader.js | ||
override/ | ||
|
||
# 忽略文件 | ||
**/*-min.js | ||
|
Oops, something went wrong.