-
see this demo app https://github.com/pYr0x/sidebundle
if treeshaking is off, `vendor` gets bundles out
if true, `vendor` is not bundled
pYr0x updated
6 years ago
-
Seems like webpack treeshaking doesn't work like everybody said.
https://github.com/webpack/webpack/issues/7782
-
After some discussion with @mosuem we feel like resource identifier is not a great name. Resource is kind of a synonym for asset.
Some options:
* ~~Naming linked to the language constructs:~~ (W…
-
Currently, the outpunt bundles uses JiT compilation and doesnt have treeshaking. This means the main bundle is still more tham 1.5 MB in size and nowhere near to 40 kB.
Not sure how to do this prop…
-
I'm building this simple file, using vite (practically rollup)
```
import { LocalStorage } from 'ark.db';
const datastore = new LocalStorage();
function read(dataPath) {
return datast…
-
### What version of Bun is running?
1.1.10+5102a9443
### What platform is your computer?
Linux 6.5.0-1016-oem x86_64 x86_64
### What steps can reproduce the bug?
```bash
git clone http…
mbkv updated
5 months ago
-
Hi @dimfeld - I was reviewing my app for some potential optimizations and noticed that a lot of the components exported by Svelte Maplibre are importing the entire maplibre-gl lib, is it possible to t…
-
### Clear and concise description of the problem
Currently when building in lib mode we do not minify the ES build because that would remove pure annotations and break treeshaking. However, this is…
-
* **操作系统**:
* **Node版本**:
* **FIS版本**:
* **解决方案**:
* **依赖插件**:
麻烦问下fis3如何支持treeshaking
-
### What version of Bun is running?
0.6.2
### What platform is your computer?
Darwin 22.4.0 arm64 arm
### What steps can reproduce the bug?
Testing new `Bun.build` api and found a treesha…