-
Current firebase: 9.9.1
Some of firebase's modules are tree-shaking friendly, but some still aren't. In particular, `firebase/database` and `firebase/auth`.
For example, I have a module that doe…
-
#### Reproduction
The issue cannot be shown using StackBlitz, but the repository https://github.com/ranma42/treeshake-material can be used to reproduce it.
The steps to reproduce the issue are i…
-
## Use case
Flutter framework uses the following pattern:
```
DiagnosticPropertiesBuilder get builder {
if (kReleaseMode)
return null;
if (_cachedBuilder == null) {
_cac…
-
The title says it all. If I'm not mistaken, webpack5 has pretty decent treeshaking support so I'm asking if this is needed in webpack5? webpack4?
-
Hello guys,
Thanks for manifesto..
in latest commit, you created internal.ts as proxy for importing inside lib. now with this, bundlers like rollup cannot perform tree-shaking.
let's say we want …
-
### Describe the bug
Error: Vuetify plugin must be loaded after the vue plugin
In dev & build story
### Reproduction
https://stackblitz.com/edit/nuxt-starter-5fsqwn
### System Info
```shell
Syst…
-
### Description
As the title says.
### Reproduction steps
1. pnpm create vite@latest app --template vanilla
2. replace code to `main.js`
3. pnpm build
```js
// main.js
import { MathUti…
-
### Feature Use Case
I want to bundle multiple separate outputs but share some chunks across these outputs. I'm using Vite with a main application and multiple web workers being generated. But its th…
-
So we can take advantage of treeshaking and such in webpack and other goodies.
-
**Module version**
1.11.0
**Describe the bug**
if I try to use `v-touch` in production enviroment with `treeShake:true`, the same as default in `nuxt.config.js`,then `v-touch` will stop to work.T…