A loader for webpack, rollup, babel that loads svg as a React Component
-
Updated
Sep 11, 2020 - TypeScript
{{ message }}
A loader for webpack, rollup, babel that loads svg as a React Component
Rollup plugin for typescript with compiler errors.
Typescript monorepo for Svelte v3 (preprocess, template, types)
A rollup plugin to show file size of the bundle in the cli
Rollup plugin to remove comments, trim trailing spaces, compact empty lines, and normalize line endings
Bundles PureScript modules with Rollup
A plugin to bundle modular libraries
Rollup plugin to display bundle contents & size information
Rollup-related tools for incremental transpilation of packages in Lerna-based monorepos
Simple rollup plugin for minifying code using babel-preset-minify.
Rollup plugin for automatically injecting a script tag with the final bundle into an html file.
Rollup plugin to automatically preserve shebangs in entry modules.
Conditional compilation and compile-time variable replacement for Rollup
Rollup plugin to import CSS files as LitElement tagged `css` template strings.
A rollup plugin that compile Rust code into WebAssembly modules
Rollup plugin that injects SSR-ed markup and/or styles in custom html-template
Compress your Rollup bundle with Gzip
Import HTML files as strings in rollup build
Use plain HTML files as tagged templates.
rollup plugin for using bucklescript
Add a description, image, and links to the rollup-plugin topic page so that developers can more easily learn about it.
To associate your repository with the rollup-plugin topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
It would be nice to be able to put comments in
manifest.jsonor to usemanifest.ts.Describe the solution you'd like
The manifest input should use JSONC to parse manifests, and should also parse TS/JS files. The plugin should export a
ChromeExtensionManifestV2interface.Describe alternatives you've considered