-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support resolveId for rspack (#388)
* feat: support resolveId for rspack * fix * use resolve hook * use alpha version * remove skip rspack * lint code * Update src/rspack/utils.ts Co-authored-by: Kevin Deng 三咲智子 <[email protected]> * Update docs/guide/index.md Co-authored-by: Kevin Deng 三咲智子 <[email protected]> --------- Co-authored-by: Kevin Deng 三咲智子 <[email protected]>
- Loading branch information
Showing
19 changed files
with
397 additions
and
205 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 |
---|---|---|
|
@@ -64,4 +64,3 @@ jobs: | |
if: ${{ matrix.node == 16 }} | ||
env: | ||
IS_WEBPACK_4: 'true' | ||
SKIP_RSPACK: 'true' |
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
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
Oops, something went wrong.