Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed May 22, 2024
1 parent 6d0cb73 commit 8ef8aa7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,25 @@ export default {
}
```

## Rspack support tasks
## Roadmap

### Features

- [ ] Support TS type check (fork-ts-checker-webpack-plugin)
- [ ] Support more frameworks

### 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 8ef8aa7

Please sign in to comment.