-
### Requested feature:
Currently [mainsail](https://github.com/mainsail-crew/mainsail) uses `v1` of [OverlayScrollbars](https://github.com/KingSora/OverlayScrollbars). `v2` was released recently and …
-
I previously found that importing from `* as arrow` meant that esbuild couldn't treeshake at all. https://github.com/geoarrow/geoarrow-js/pull/20
So maybe this lib should use path imports? It does …
-
Vuetify is over 1MB and is probably the single largest component. By installing the `VuetifyLoaderPlugin` in the `webpack.config.js` and importing from `vuetify/lib` instead of `vuetify` we should be …
-
A milestone for v2.0
Currently when you create a module via vuex-easy-firestore, it will add a bunch of actions, getters, mutations etc.
I'm thinking of creating a system where actions that you …
-
(!) You have passed an unrecognized option
Unknown input options: entry, dest. Allowed options: acorn, acornInjectPlugins, cache, context, experimentalCacheExpiry, external, inlineDynamicImports, inp…
-
It'd be nice to highlight deps in the Project.toml that aren't actually import/using-ed.
Sometimes called treeshaking.
I'm not aware of any way to do this easily currently, so it would be a nice f…
-
I met an case which esm treeshaking not working, but it's hard to make a minimal reproducible demo.
It's odd that the esm module generates an __esm wrapper for esm exports, which I think maybe relat…
-
Adding all files in a directory as data assets seems to be a common use case.
In Flutter, all files in a directory can be added as assets easily:
https://docs.flutter.dev/ui/assets/assets-and-im…
-
demo:
```
async function getClient() {
return await {
call: (data) => {console.log('call', data)}
};
}
async function test(data: string) {
const client = await getClient(…
-
### Rollup Version
4.24.3
### Operating System (or Browser)
REPL
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://rollupjs.org/repl/?version=4.24.3&shareable=JTdC…