harpsealjs
harpsealjs
手写文档容易出现文档维护滞后问题,建议考虑一下采用[react-docgen](https://github.com/reactjs/react-docgen)或者[react-docify](https://github.com/ly-tools/react-docify)等库自动生成
## Summary ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
Add `@swc/plugin-prefresh`, which is the SWC implementation of the [prefresh babel plugin](https://github.com/preactjs/prefresh/tree/main/packages/babel). Prefresh babel plugin is a forked equivalent of the react-refresh babel plugin difference being that we need a...
## Summary ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
See webpack: https://github.com/webpack/webpack/blob/main/lib/stats/DefaultStatsFactoryPlugin.js#L1574-L1577 Need to get location info from all dependencies. This relates to https://github.com/web-infra-dev/rspack/issues/7422
## Summary fix https://github.com/web-infra-dev/rspack/issues/7960 Not support custom chunk yet, perhaps should support it in the future ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation...
## Summary > Caution: should not be merge until next minor version. This pr is a breaking change because `[name]` will be replaced to template filename before, and now it...