Gengkun 7e4cecbfec
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 三咲智子 <sxzz@sxzz.moe>

* Update docs/guide/index.md

Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>

---------

Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>
2024-07-23 11:30:44 +08:00
..
2024-03-31 23:23:06 +02:00
2024-03-13 09:36:41 +01:00
2024-03-09 18:36:05 +01:00
2024-03-09 18:36:05 +01:00
2024-06-26 12:47:26 +02:00
2024-03-13 07:35:30 +01:00

Unplugin

Unified plugin system, Support Vite, Rollup, webpack, esbuild, and more

Documentation

Development

This project use GitHub GraphQL API to generate the showcase data. So you need to create a GitHub Personal Access Token first.

cp .env.example .env
# .env
GITHUB_TOKEN=<YOUR_TOKEN>

Generate files

pnpm gen-files

Contributing

Please refer to https://github.com/antfu/contribute