The Wayback Machine - https://web.archive.org/web/20220605150706/https://github.com/topics/rollup
Skip to content
#

rollup

Here are 1,703 public repositories matching this topic...

tsdx
marciel-truesoft
marciel-truesoft commented Nov 19, 2020

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 amd when creating build config

Suggested Solution

Consider support AMD module format, o

kind: feature good first issue problem: stale PR welcome
marvinhagemeister
marvinhagemeister commented Oct 20, 2020

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

enhancement help wanted good first issue reliability
maurelian
maurelian commented Nov 13, 2021

Running yarn build in the contracts package outputs a bunch of warnings.

1. We should fix the warnings

There are no serious risks from these warnings, but we should fix them because it's easy to do, and it's easy to become desensitized to them, which results in a gradually increasing number of warnings.

2. The build process should fail if there are warnings

Better to just pre

chrome-extension-tools
DetachHead
DetachHead commented Apr 21, 2022

Build tool

Vite

Where do you see the problem?

  • In the browser
  • In the terminal

Describe the bug

when running tsc on my vite.config.ts, i get the following errors:

node_modules/rollup-plugin-chrome-extension/dist/index.d.ts:26:13 - error TS2503: Cannot find namespace 'chrome'.

26     icons?: chrome.runtime.ManifestIcons | undefined;
               ~~~~~~

bug good first issue

Improve this page

Add a description, image, and links to the rollup 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 topic, visit your repo's landing page and select "manage topics."

Learn more