Bundlers and task runners
Created at
||Updated at
Bundlers
- Webpack (Here, here and here you can find more resources.)
- vite (Extra resources here)
- esbuild
- parcel
- rollup (Extra resources here)
- rolldown
- microbundle
- bunchee
- rspack
- farm
- tsdown
Webpack
Potentially useful plugins:
- tsconfig-paths-webpack-plugin - Use the path aliases from the tsconfig
- html-inline-script-webpack-plugin