rollup-plugin-string
Module generator
Converts text files to JavaScript modules
Converts text files to modules
85 stars
2 watching
13 forks
Language: JavaScript
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
trysound/rollup-plugin-uglify | Minifies JavaScript bundles using UglifyJS | 261 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
rollup/rollup-starter-lib | A bare-bones example of how to create a JavaScript library using Rollup, including importing and converting CommonJS modules. | 970 |
yanceyofficial/rollup-plugin-toml | Converts TOML files to ES6 modules for use in JavaScript projects | 3 |
trysound/rollup-plugin-size-snapshot | A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process. | 164 |
alex-kinokon/rollup-plugin-ignore | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
surma/rollup-plugin-off-main-thread | Enables ES6 modules in worker threads using Rollup | 308 |
vladshcherbin/rollup-plugin-generate-package-json | Automates generation of a minimal package.json file based on Rollup bundle contents | 33 |
eight04/rollup-plugin-iife | Converts ES modules to IIFE output | 41 |
mbostock/rollup-plugin-ascii | Rewrites JavaScript to escape non-ASCII characters in string literals. | 12 |
piuccio/rollup-plugin-amd | Converts AMD modules to ES2016 modules for inclusion in Rollup bundles | 22 |
fjc0k/rollup-plugin-svg-to-symbol | Converts SVG files into a format allowing them to be used as symbols in other projects | 4 |