rollup-plugin-dts
TS bundler
A plugin to generate .d.ts files for TypeScript projects and bundle them with Rollup
A rollup plugin to generate .d.ts rollup files for your typescript project
813 stars
6 watching
71 forks
Language: TypeScript
last commit: 9 days ago Related projects:
Repository | Description | Stars |
---|---|---|
wessberg/rollup-plugin-ts | A TypeScript plugin for Rollup that bundles declarations and enables integration with transpilers like Babel and swc. | 496 |
run-z/rollup-plugin-flat-dts | Tool to flatten type definitions in TypeScript code | 21 |
btd/rollup-plugin-visualizer | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,966 |
anidetrix/rollup-plugin-styles | A plugin for Rollup that simplifies the process of bundling and managing CSS styles in JavaScript projects. | 246 |
bitshiftza/rollup-plugin-ts-paths | A Rollup plugin that resolves modules from TSconfig paths in TypeScript projects | 22 |
thgh/rollup-plugin-css-only | Rollup plugin for bundling CSS files | 116 |
weizhenye/rollup-plugin-bundle-scss | A plugin that bundles SCSS imports into a single file. | 17 |
elycruz/rollup-plugin-sass | A Rollup plugin that compiles and bundles Sass files into CSS. | 93 |
thgh/rollup-plugin-serve | Serves rolled-up bundles similar to webpack-dev-server | 248 |
thgh/rollup-plugin-livereload | A plugin for Rollup that enables live reloading of bundles during development | 161 |
thgh/rollup-plugin-scss | A Rollup plugin that compiles SCSS files and integrates them into the output of a Rollup build process | 136 |
qmhc/vite-plugin-dts | Generates .d.ts files for TypeScript projects using the Vite plugin architecture | 1,313 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
pschroen/rollup-plugin-bundleutils | A set of functions used to process JavaScript bundles after tree shaking | 14 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |