-
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…
-
The documentation explains how to remove components (https://github.com/fingerprintjs/fingerprintjs/blob/master/docs/extending.md#extending-fingerprintjs) but unfortunately it doesn't seems to work we…
-
### Clear and concise description of the problem
Hello!
Lately as our codebase has grown bigger and bigger over the last months we've been experiencing slow page reloading using Vite.
That is no…
-
I'm trying to use country symbol via [CSS background](https://www.saltdesignsystem.com/salt/components/country-symbol/examples#css-background-image), i have below imports
```
import '@salt-ds/coun…
-
I'd like to include this library in a front-end application, ideally without bundling the whole library. I don't think this is possible at the moment due to how it's structured. Have a look at the fol…
-
For example we seem not to be testing https://github.com/dart-lang/native/blob/main/pkgs/native_assets_builder/test_data/treeshaking_native_libs/test/treeshaking_native_libs_test.dart
As seen here:…
-
**Environment**:
- Operating System: `Darwin`
- Node Version: `v20.3.1`
- Nuxt Version: `3.6.5`
- Nitro Version: `2.5.2`
- Package Manager: `npm@9.6.7`
- Builder: `vite`
- …
-
While discussing whether or not we should move to monorepo with @cpreston321 and @alex-eliot; I thought that maybe instead we should only improve the exports and start testing the package for treeshak…