Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/rollup/rollup
Next-generation ES module bundler
https://github.com/rollup/rollup
RFC: Add flag when emitting assets to not emit files that are not referenced in the output
lukastaegert opened this issue almost 2 years ago
lukastaegert opened this issue almost 2 years ago
React npm packages using rollup not working with srr or nextjs?
siamahnaf opened this issue about 2 years ago
siamahnaf opened this issue about 2 years ago
Cannot read properties of null (reading 'getVariableForExportName')
tjx666 opened this issue about 2 years ago
tjx666 opened this issue about 2 years ago
Execution order with inlineDynamicImports
Topthinking opened this issue about 2 years ago
Topthinking opened this issue about 2 years ago
Hitting out-of-memory when using the typescript plugin (fixed)
sahithyandev opened this issue about 2 years ago
sahithyandev opened this issue about 2 years ago
`output.assetFileNames()`: provide original file path of assets
brillout opened this issue about 2 years ago
brillout opened this issue about 2 years ago
Incorrect chunking when code has top-level await
bluwy opened this issue about 2 years ago
bluwy opened this issue about 2 years ago
'use client' directive for Client Components
0xcadams opened this issue about 2 years ago
0xcadams opened this issue about 2 years ago
no useful error info from plugins emitted in API watch events
schlawg opened this issue about 2 years ago
schlawg opened this issue about 2 years ago
[v3.0] Basic support for import assertions
lukastaegert opened this pull request about 2 years ago
lukastaegert opened this pull request about 2 years ago
Improve error when manualChunks includes external modules
sapphi-red opened this issue over 2 years ago
sapphi-red opened this issue over 2 years ago
Consider using faster hash algorithm
aleclarson opened this issue over 2 years ago
aleclarson opened this issue over 2 years ago
Error in getAugmentedNamespace
AlexRMU opened this issue over 2 years ago
AlexRMU opened this issue over 2 years ago
How to include everything in a single bundle except a single file and all of its dependencies?
gajus opened this issue over 2 years ago
gajus opened this issue over 2 years ago
What is new in rollup v3?
gajus opened this issue over 2 years ago
gajus opened this issue over 2 years ago
[v3.0] New hashing algorithm that "fixes (nearly) everything"
lukastaegert opened this pull request over 2 years ago
lukastaegert opened this pull request over 2 years ago
Read existing source maps for imported modules
ygoe opened this issue over 2 years ago
ygoe opened this issue over 2 years ago
How to visualize the dependency graph?
gajus opened this issue over 2 years ago
gajus opened this issue over 2 years ago
Initial exploration of startService API
ggoodman opened this pull request over 2 years ago
ggoodman opened this pull request over 2 years ago
Rollup creates a bunch of intermediary modules when preserveModules = true
ZimNovich opened this issue over 2 years ago
ZimNovich opened this issue over 2 years ago
Cannot use import statement outside a module rollup.config.js:1
jeremybradbury opened this issue almost 3 years ago
jeremybradbury opened this issue almost 3 years ago
Styled Components default import isn't working after built of format "es"
timfuhrmann opened this issue almost 3 years ago
timfuhrmann opened this issue almost 3 years ago
refactor: remove module aliases
dnalborczyk opened this pull request almost 3 years ago
dnalborczyk opened this pull request almost 3 years ago
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
Mihai-github opened this issue almost 3 years ago
Mihai-github opened this issue almost 3 years ago
test: handles default export of anonymous class with correct name #4324
dnalborczyk opened this pull request almost 3 years ago
dnalborczyk opened this pull request almost 3 years ago
Error: Unexpected token (Note that you need @rollup/plugin-json to import JSON files)
plastikfan opened this issue almost 3 years ago
plastikfan opened this issue almost 3 years ago
Can code splitting be done according to chunk size?
sanyuan0704 opened this issue almost 3 years ago
sanyuan0704 opened this issue almost 3 years ago
bug: ReferenceError: Cannot access 'main$1' before initialization
dnalborczyk opened this issue almost 3 years ago
dnalborczyk opened this issue almost 3 years ago
fix: replace comparison
dnalborczyk opened this pull request almost 3 years ago
dnalborczyk opened this pull request almost 3 years ago
feat: file extensions opt-in and lookup
dnalborczyk opened this pull request about 3 years ago
dnalborczyk opened this pull request about 3 years ago
Rollup deletes code with side effects due to incorrect pure annotations
evanw opened this issue about 3 years ago
evanw opened this issue about 3 years ago
feat: support query parameters and fragments
dnalborczyk opened this pull request about 3 years ago
dnalborczyk opened this pull request about 3 years ago
more TaggedTemplateExpression treeshake support
LongTengDao opened this pull request about 3 years ago
LongTengDao opened this pull request about 3 years ago
support node.js module.createRequire()
dnalborczyk opened this issue about 3 years ago
dnalborczyk opened this issue about 3 years ago
fix: ensure array types
dnalborczyk opened this pull request about 3 years ago
dnalborczyk opened this pull request about 3 years ago
Rollup warns about unresolved dependencies even though marked as external
perrin4869 opened this issue about 3 years ago
perrin4869 opened this issue about 3 years ago
JavaScript heap out of memory when excute ‘’dev’
viczcj opened this issue about 3 years ago
viczcj opened this issue about 3 years ago
RFC: Rollup static build
elthariel opened this pull request over 3 years ago
elthariel opened this pull request over 3 years ago
rollup -c not quit after created bundle
sunshineplan opened this issue over 3 years ago
sunshineplan opened this issue over 3 years ago
Provide an way to modify Emited chunk in generateBundle | writeBundle hooks
hardfist opened this issue over 3 years ago
hardfist opened this issue over 3 years ago
Provide a way to use smart rollup chunking for dependencies of manualChunks
jods4 opened this issue over 3 years ago
jods4 opened this issue over 3 years ago
Execution order with inlineDynamicImports
eritbh opened this issue over 3 years ago
eritbh opened this issue over 3 years ago
Circular dependency issue with Rollup and xml2js/xmlbuilder
benmcmahon100 opened this issue over 3 years ago
benmcmahon100 opened this issue over 3 years ago
Support for __PURE__ annotations on tagged template literals
wereHamster opened this issue over 3 years ago
wereHamster opened this issue over 3 years ago
"loadConfigFile" doesn't use environment option
jonsnyder opened this issue almost 4 years ago
jonsnyder opened this issue almost 4 years ago
Bundling with Rollup and linking packages locally via `npm link` results in an “Invalid hook call” error
brandondurham opened this issue almost 4 years ago
brandondurham opened this issue almost 4 years ago
Is it possible to replicate a module into multiple chunks?
MaxMotovilov opened this issue almost 4 years ago
MaxMotovilov opened this issue almost 4 years ago
Default export declaration live bindings
guybedford opened this issue almost 4 years ago
guybedford opened this issue almost 4 years ago
Rollup fails to emit nested index files with preserveModules option
peterjcaulfield opened this issue almost 4 years ago
peterjcaulfield opened this issue almost 4 years ago
Rollup+TypeScript+Jimp: Error: 'default' is not exported by node_modules/jimp/es/index.js, imported by src/index.ts
mogoh opened this issue about 4 years ago
mogoh opened this issue about 4 years ago
Module execution order can be incorrect
evanw opened this issue about 4 years ago
evanw opened this issue about 4 years ago
Creates different map files on Linux and Windows
jeffrson opened this issue about 4 years ago
jeffrson opened this issue about 4 years ago
Provide TS declaration file for rollup.browser.js
jeasonstudio opened this pull request about 4 years ago
jeasonstudio opened this pull request about 4 years ago
Add built in support for bundling / chunking WebWorkers
gkjohnson opened this issue about 4 years ago
gkjohnson opened this issue about 4 years ago
Transform file hook
LarsDenBakker opened this issue over 4 years ago
LarsDenBakker opened this issue over 4 years ago
Windows 10 Error: Unresolved external import
radum opened this issue over 4 years ago
radum opened this issue over 4 years ago
Why does the `preserveModules` option generate `node_modules` folder
ghbakhtiari opened this issue over 4 years ago
ghbakhtiari opened this issue over 4 years ago
moduleIds is not deterministic, it uses resolve order instead of import order
wardpeet opened this issue over 4 years ago
wardpeet opened this issue over 4 years ago
Usage with commonjs default exports and ES output
43081j opened this issue over 4 years ago
43081j opened this issue over 4 years ago
add top level await support for iife
LongTengDao opened this issue over 4 years ago
LongTengDao opened this issue over 4 years ago
Allow object form of the input option to support multiple files for each entrypoint
hgl opened this issue over 4 years ago
hgl opened this issue over 4 years ago
Star export alias output module optimization
guybedford opened this issue over 4 years ago
guybedford opened this issue over 4 years ago
Build in parallel
fregante opened this issue over 4 years ago
fregante opened this issue over 4 years ago
Support code-splitting for UMD builds
johannes-z opened this issue over 4 years ago
johannes-z opened this issue over 4 years ago
Rollup plugin less + Ant Design 4 + typeScript , issue with Less modifyVars Option
jdboni opened this issue over 4 years ago
jdboni opened this issue over 4 years ago
Tree shaking in dynamic modules
jakearchibald opened this issue almost 5 years ago
jakearchibald opened this issue almost 5 years ago
Rollup misprocesses imports, causes crash at runtime
wereHamster opened this issue almost 5 years ago
wereHamster opened this issue almost 5 years ago
Using lazy imports seems to cause a size increase in the eagerly imported entry point.
filipesilva opened this issue almost 5 years ago
filipesilva opened this issue almost 5 years ago
Add rollup.watch event documentation
SidOfc opened this issue almost 5 years ago
SidOfc opened this issue almost 5 years ago
CommonJS builds, output.exports = 'defualt', and ignoring extraneous named-exports
ELLIOTTCABLE opened this issue almost 5 years ago
ELLIOTTCABLE opened this issue almost 5 years ago
Annotation for pure getters (discussion)
fabiosantoscode opened this issue almost 5 years ago
fabiosantoscode opened this issue almost 5 years ago
support comment syntax for dynamic import chunkFileName
zlv-thisF opened this issue almost 5 years ago
zlv-thisF opened this issue almost 5 years ago
[WIP] feat: per module inlineDynamicImport
manucorporat opened this pull request almost 5 years ago
manucorporat opened this pull request almost 5 years ago
format cjs not export default value
MegaJSDeveloper opened this issue about 5 years ago
MegaJSDeveloper opened this issue about 5 years ago
feature: use disk file cache
yejinjian opened this pull request about 5 years ago
yejinjian opened this pull request about 5 years ago
Rollup does not bundle the import line.
yuyic opened this issue about 5 years ago
yuyic opened this issue about 5 years ago
Improve suggestion for "Missing shims for Node.js built-ins"
azizhk opened this issue about 5 years ago
azizhk opened this issue about 5 years ago
Unexpected token errors thrown have no line/source sample in Node
Paril opened this issue about 5 years ago
Paril opened this issue about 5 years ago
Ability to specify absolute or relative path for assetFileNames
daleyjem opened this issue over 5 years ago
daleyjem opened this issue over 5 years ago
dispose __proto__ export properly
LongTengDao opened this issue over 5 years ago
LongTengDao opened this issue over 5 years ago
How to use rollup in a browser?I can't find how to use rollup in a browser in the official documentation!
masx200 opened this issue over 5 years ago
masx200 opened this issue over 5 years ago
Allow emitChunk to be called any time when in watch mode
jakearchibald opened this issue over 5 years ago
jakearchibald opened this issue over 5 years ago
Why post function declaration would not be treeshake?
LongTengDao opened this issue over 5 years ago
LongTengDao opened this issue over 5 years ago
Make /*#__PURE__*/ not only for call, but also for callable value?
LongTengDao opened this issue over 5 years ago
LongTengDao opened this issue over 5 years ago
Stop recommending node-globals/node-builtins plugin
manucorporat opened this issue over 5 years ago
manucorporat opened this issue over 5 years ago
Bundle typescript without transpiling
jeremy-coleman opened this issue over 5 years ago
jeremy-coleman opened this issue over 5 years ago
Refactor handling of import.meta.url and add option to configure behaviour
lukastaegert opened this pull request over 5 years ago
lukastaegert opened this pull request over 5 years ago
Add possibility to disable code splitting / chunks generation
vladshcherbin opened this issue almost 6 years ago
vladshcherbin opened this issue almost 6 years ago
Preserve import.meta.url from before bundling
LarsDenBakker opened this issue almost 6 years ago
LarsDenBakker opened this issue almost 6 years ago
Allow more programmatic control over manual chunks
philipwalton opened this issue almost 6 years ago
philipwalton opened this issue almost 6 years ago
rollup wanting to generate multiple chunks
robinloeffel opened this issue almost 6 years ago
robinloeffel opened this issue almost 6 years ago
[tree-shaking] function with no side-effects & args included in output
leeoniya opened this issue about 6 years ago
leeoniya opened this issue about 6 years ago
WIP: disk cache
guybedford opened this pull request over 6 years ago
guybedford opened this pull request over 6 years ago
Support output.globals for other formats
eight04 opened this issue over 6 years ago
eight04 opened this issue over 6 years ago
ReferenceError: exports is not defined
jeffsaremi opened this issue over 6 years ago
jeffsaremi opened this issue over 6 years ago
Object shape tree-shaking
guybedford opened this issue over 6 years ago
guybedford opened this issue over 6 years ago
custom finaliser or another viable option
jstrimpel opened this issue over 6 years ago
jstrimpel opened this issue over 6 years ago
Persist cache to disk?
Rich-Harris opened this issue over 6 years ago
Rich-Harris opened this issue over 6 years ago
Consider UMD / IIFE support for code splitting
guybedford opened this issue almost 7 years ago
guybedford opened this issue almost 7 years ago
experimentalCodeSplitting chunkNaming
jthoms1 opened this issue almost 7 years ago
jthoms1 opened this issue almost 7 years ago