rollup
Here are 1,681 public repositories matching this topic...
-
Updated
May 4, 2022 - 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
Apr 28, 2022 - JavaScript
-
Updated
May 4, 2022 - JavaScript
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Feb 12, 2022 - JavaScript
In various places throughout the codebase we use the following pattern to query the chain ID of a network:
const provider = ... (create an ethers provider)
const network = await provider.getNetwork()
const chainId = network.chainIdWe recently added a new utility function to @eth-optimism/core-utils that slightly simplifies this logic into one line:
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 2, 2022 - TypeScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
May 3, 2022 - TypeScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
Apr 15, 2022 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 2, 2022 - 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