rollup
Here are 1,585 public repositories matching this topic...
-
Updated
Dec 22, 2021 - JavaScript
-
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
Oct 5, 2021 - JavaScript
-
Updated
Jan 8, 2022 - JavaScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Jan 4, 2022 - TypeScript
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..
Is your feature request related to a problem? Please describe.
Following our last regenesis on 14th November 2021 we verified contracts in both optimistic-kovan and optimistic-mainnet in sourcify an
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Jul 8, 2021 - TypeScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Jan 6, 2022 - JavaScript
-
Updated
Jan 3, 2022 - TypeScript
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