Rene Haas
Rene Haas
- Version: 3.0.2 - Rollup Version: 2.76.0 - Operating System and version (if applicable): Windows 10 - Node Version (if applicable): 16.15.0 - Does it work with `tsc` (if applicable):...
Good day! In this issue I want to start a discussion what **you**'d expect from `v2.0.0` of this plugin and what **my** plans are. **Please feel free to post any...
I have encountered two unexpected behaviors of the `external` option. esbuild config for both cases: ```js import esbuild from 'esbuild'; esbuild.build({ entryPoints: ['index.ts'], outdir: 'out', bundle: true, format: 'esm', platform:...
Good day! The module `./ab.js` is exporting two objects: ```js const keyB = "b"; export const a = { a: 1, }; export const b = { [keyB]: 1, };...
## Type Export Analysis failed for `overlayscrollbars` package. ## Package name overlayscrollbars ### Entire error (stringified) I see in my browser console ```js { "code": "BuildError", "message": "Failed to build...
Good day! I'm using `rollup-plugin-styles` with the rollup options `preserveModules` and `preserveModulesRoot`. In the resulting file structure I need to keep the original `publicPath` of the `url` asset and the...
### Feature Use Case Good day! I'm using rollup with the `preserveModules` and `preserveModulesRoot` options and thus the output can be large. I'm using it as a sort of "pre...
Good day! I've ported a library to `solid-js` and was using `vite-plugin-solid` without any configuration. It was brought to my attention that users are getting the following error when they...
## Feature request: Currently [sigma-file-manager](https://github.com/aleksey-hoffman/sigma-file-manager) uses `v1` of [OverlayScrollbars](https://github.com/KingSora/OverlayScrollbars). `v2` was released recently and has a lot of improvements compared to `v2`. (Focus on modern browsers, 50% smaller size, treeshaking,...
This is #143 but working, since #143 was so old I couldn't make it work again...