Skip to content

Commit

Permalink
feat: replace binding package (#6663)
Browse files Browse the repository at this point in the history
* 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
ClarkXia authored Dec 8, 2023
1 parent 5a53814 commit a68ff48
Showing 20 changed files with 2,372 additions and 191 deletions.
8 changes: 8 additions & 0 deletions .changeset/three-trains-type.md
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ coverage/

# 忽略第三方包
/vendor/loader.js
override/

# 忽略文件
**/*-min.js
Loading

0 comments on commit a68ff48

Please sign in to comment.