rollup
Here are 1,481 public repositories matching this topic...
Currently, mangle.json writes always remove a trailing newline from the file. We could detect the existence of the trailing newline when reading, then preserve whatever was used when writing.
-
Updated
Mar 31, 2019 - TypeScript
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
-
Updated
Jul 17, 2021 - JavaScript
-
Updated
Jul 30, 2021 - JavaScript
一个工作流平台
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jul 9, 2021 - TypeScript
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
-
Updated
May 25, 2021 - JavaScript
does this plugin support in-browser rollup setups?
i can't seem to get it to work (in a client-side setup without node).
in principle, however, rollup supports client-side bundling..
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
-
Updated
May 11, 2021 - JavaScript
Template for setting up a TypeScript monorepo
-
Updated
Jul 31, 2021 - TypeScript
Rollup plugin for typescript with compiler errors.
-
Updated
May 19, 2021 - TypeScript
Serverless plugin for zero-config Typescript support
-
Updated
Jul 16, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
This is a pretty easy ticket. We used to use [this deployment config file](https://github.com/ethereum-optimism/optimism/blob/develop/package
Super fast progressive web app with small footprint & minimal dependancies
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
Jul 8, 2021 - TypeScript
A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
-
Updated
May 10, 2021 - JavaScript
A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications
-
Updated
Jul 7, 2021 - TypeScript
Powerful, Flexible, Open Source dashboards for anything
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
A Typescript Rollup plugin that bundles declarations and respects Browserslists
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
Jun 21, 2021 - JavaScript
Use ESBuild with Rollup to transform ESNext and TypeScript code.
-
Updated
Jul 26, 2021 - TypeScript
Boilerplate for publishing modern React modules with Rollup
-
Updated
Jul 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rollup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rollup topic, visit your repo's landing page and select "manage topics."


Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option
amdwhen creating build configSuggested Solution
Consider support AMD module format, o