-
- [ ] For a big file, check what part of the file is relevant for your component and extract it
### **Acceptance testing**
- [ ] Check on https://pagespeed.web.dev/ the performances mobile and…
-
hi guys,
I wanted to use the instructions to use tree shaking and then did an analysis of the bundle.
See for yourself
![image](https://github.com/user-attachments/assets/3c12e3fd-0821-44d8-8…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
I've been working with the Firebase team to get Firebase working on Edge functions.
https://github.com/fire…
-
When using the transform API with syntax lowering (e.g. for classes) or with keepNames (`--keep-names`), the code generated often look something like this:
```js
const _Foo = class _Foo {
};
__n…
-
### What problem does this feature solve?
In rollup `treeshake.moduleSideEffects` accepts a function in addition to what rolldown accepts.
In Vite, we are passing the following function to `treesh…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com…
-
https://github.com/vektor-inc/vk-css-optimize/pull/18
* そもそも TreeShaking のプログラム自体が古い
* [data-scroll-breakpoint="table-scrollable-mobile"] というセレクタ指定だとTreeShaking新しくしてもダメかも...
### 再現のしかた
* Tre…
-
Objective is to review the output webpack js file size for browser users
This could be optimised by looking at how TreeShaking works and what exports we have
Ideally if a browser app is just doing min…
-
### Description
I've been trying to get treeshaking to work with compile-time computed keys. Consider the following:
```ts
// src/index.js
import * as m from "./my-module.js"
console.log(m['hel…
-
Tree shaking could be a problem if we are talking about interpolating between the libraries! But here is a question of how we can populate the code as a couple of tree-shakable functions and still mak…