denopack
denopack copied to clipboard
Frontend related roadmap
After denopack 0.5.0, focus will shift a bit to frontend related plugins
Must haves (short term)
- [x] append bundle/input file to custom HTML file
- [x] css support
- [x] JSX transpiling ~(babel, ...)~ <- actually already supported
Must haves (long term)
- [x] full React support
- [ ] full PostCSS support
- [ ] Vue / Svelte support
- [ ] Typescene support
- [ ] create-XYZ-app like templates from CLI for popular apps
Nice to haves
- [ ] read JS/TS entry file from HTML file (f.e. like Parcel does)
- [x] multiple entry support
- [ ] static generation (will probably need something NextJS-/Gatsby-like, might be more than a plugin) [needs multiple entry support and markdown support]