Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored May 22, 2024
1 parent 6d0cb73 commit 5f74f2e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,23 @@ export default {
}
```
## Rspack support tasks
## Roadmap
### Features
- [ ] Support TS type check (fork-ts-checker-webpack-plugin)
### Rspack support
- [ ] Support `webpackInclude` magic comment 🌟
- [ ] Support persistent cache
- [ ] Support lazy compilation
- [ ] Support virtual modules
- [ ] Support `module.unknownContextCritical`
- [ ] Support `webpackInclude` magic comment
- [ ] Support `compilation.dependencyTemplates.set` for react-docgen-typescript
- [ ] Support `compilation.dependencyTemplates.set` for react-docgen-typescript 🌟
## Credits
Some codes are copied or modified from [storybookjs/storybook](https://github.com/storybookjs/storybook).
Some code is copied or modified from [storybookjs/storybook](https://github.com/storybookjs/storybook).
## License
Expand Down

0 comments on commit 5f74f2e

Please sign in to comment.