rollup
Here are 1,703 public repositories matching this topic...
-
Updated
Jun 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
May 16, 2022 - JavaScript
-
Updated
May 29, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
一个工作流平台
-
Updated
Nov 26, 2021 - JavaScript
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
-
Updated
Feb 12, 2022 - JavaScript
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
Template for setting up a TypeScript monorepo
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 4, 2022 - TypeScript
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
May 26, 2022 - TypeScript
Rollup plugin for typescript with compiler errors.
-
Updated
Jun 5, 2022 - TypeScript
Serverless plugin for zero-config Typescript support
-
Updated
Apr 4, 2022 - TypeScript
A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
-
Updated
Mar 25, 2022 - JavaScript
Super fast progressive web app with small footprint & minimal dependancies
-
Updated
Aug 12, 2017 - JavaScript
A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications
-
Updated
Mar 31, 2022 - TypeScript
Use ESBuild with Rollup to transform ESNext and TypeScript code.
-
Updated
Apr 6, 2022 - TypeScript
A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc
-
Updated
May 31, 2022 - TypeScript
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;
~~~~~~
Powerful, Flexible, Open Source dashboards for anything
-
Updated
Jun 6, 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