Here are
226 public repositories
matching this topic...
Rollup plugin for typescript with compiler errors.
Updated
Jan 20, 2021
TypeScript
A loader for webpack, rollup, babel that loads svg as a React Component
Updated
Dec 11, 2020
TypeScript
📈 ⚖️ Visuallize your bundle
Updated
Nov 3, 2020
JavaScript
Typescript monorepo for Svelte v3 (preprocess, template, types)
Updated
Jul 12, 2020
TypeScript
Copy files and folders using Rollup
Updated
Aug 7, 2020
JavaScript
A rollup plugin to show file size of the bundle in the cli
Updated
Dec 11, 2020
JavaScript
🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
Updated
Jan 30, 2021
TypeScript
Rollup plugin to remove comments, trim trailing spaces, compact empty lines, and normalize line endings
Updated
Sep 23, 2020
JavaScript
A plugin to bundle modular libraries
Updated
Dec 23, 2020
JavaScript
Updated
Aug 17, 2019
JavaScript
Bundles PureScript modules with Rollup
Updated
Dec 11, 2020
JavaScript
Rollup plugin to display bundle contents & size information
Updated
Feb 1, 2021
JavaScript
🍣 Track compressed Rollup asset sizes over time.
Updated
Jul 18, 2020
JavaScript
Rollup-related tools for incremental transpilation of packages in Lerna-based monorepos
Updated
Sep 11, 2020
TypeScript
Rollup plugin for automatically injecting a script tag with the final bundle into an html file.
Updated
Dec 11, 2020
HTML
Simple rollup plugin for minifying code using babel-preset-minify.
Updated
Mar 14, 2020
JavaScript
Delete files and folders using Rollup
Updated
Dec 6, 2020
JavaScript
Rollup plugin to automatically preserve shebangs in entry modules.
Updated
Jan 23, 2021
JavaScript
Conditional compilation and compile-time variable replacement for Rollup
Updated
Aug 28, 2020
JavaScript
Rollup plugin to import CSS files as LitElement tagged `css` template strings.
Updated
Dec 11, 2020
JavaScript
Rollup plugin that injects SSR-ed markup and/or styles in custom html-template
Updated
Dec 11, 2020
JavaScript
Updated
Nov 12, 2017
JavaScript
A rollup plugin that compile Rust code into WebAssembly modules
Updated
Dec 10, 2020
JavaScript
Compress your Rollup bundle with Gzip
Updated
Sep 25, 2020
TypeScript
Convert ES modules into IIFEs.
Updated
Dec 28, 2020
JavaScript
Import HTML files as strings in rollup build
Updated
Dec 10, 2018
JavaScript
Use plain HTML files as tagged templates.
Updated
Jul 18, 2020
JavaScript
rollup plugin for using bucklescript
Updated
Aug 2, 2018
JavaScript
Transform external imports into global variables like output.globals.
Updated
Oct 21, 2020
JavaScript
Improve this page
Add a description, image, and links to the
rollup-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rollup-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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