rollup-plugin-sourcemaps
Source map loader
A Rollup plugin that loads files with existing source maps
Rollup plugin for loading files with existing source maps
65 stars
3 watching
18 forks
Language: TypeScript
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
djhouseknecht/rollup-plugin-version-injector | A Rollup plugin to inject version numbers and dates into generated files at build time. | 12 |
bdadam/rollup-plugin-html | A Rollup plugin that allows loading HTML files as strings to be used in JavaScript code during the build process. | 37 |
phamann/rollup-plugin-hash | Generates unique hash-based filenames for static resources in bundle outputs. | 47 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
ritz078/rollup-plugin-filesize | Displays file size information in the command line after compiling a bundle | 128 |
btmorex/rollup-plugin-make | Builds dependency files suitable for make automation in JavaScript projects. | 2 |
malchata/rollup-plugin-imagemin | A Rollup plugin that optimizes images using the Imagemin library. | 25 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
swatinem/rollup-plugin-dts | A plugin to generate .d.ts files for TypeScript projects and bundle them with Rollup | 812 |
run-z/rollup-plugin-flat-dts | Tool to flatten type definitions in TypeScript code | 21 |
chrisdothtml/rollup-plugin-dustjs | A Rollup plugin for importing Dust.js templates as modules | 4 |
calvinmetcalf/rollup-plugin-node-builtins | Allows Node.js modules to be required and used in Rollup builds | 138 |
trofima/rollup-plugin-ejs | A Rollup plugin for loading and compiling Embedded JavaScript (ejs) templates | 8 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |