-
According to Bundlephobia, the bundle size increased dramatically between versions [1.1.0-dev.1](https://bundlephobia.com/result?p=mb-react-color-picker@1.1.0-dev.1) (7.6kB) and [1.2.0-dev.0](https://…
-
The minified bundle is 1.3 MB. This seems excessive. Let's see if we can make it smaller.
coopy updated
8 years ago
-
1.17 MiB seems excessive. Can be optimized either by lazy loading or by cutting down on dependencies.
-
Hello,
Analysing the [demo](https://github.com/birkir/gatsby-source-prismic-graphql/tree/master/examples/arnaud) bundle with gatsby-plugin-webpack-bundle-analyser-v2 reveals the total bundle size t…
-
There's some things that need to be investigated to reduce the bundle size of `snaps-simulator` after #1408:
- Adding `sideEffects: false` to each package can reduce the bundle by 3 MB, but breaks …
-
### What problem does this feature solve?
Some rough ideas about the features we could provide:
- Inspect the bundled size locally (only bundled files of user's package)
- Inspect the size will be b…
-
The following interface was discussed with the client team:
```rust
struct Bundle {
sequence_number: u64,
blocks_range: Range,
// The DA block height of the last transaciton in the bundle.
…
-
-
What are your thoughts on a pattern like this?
In the future, when I care about bundle sizes of my widget, I would prefer not to ship sucrase in the bundled JS. My `_esm` cproperties are very smal…
-
The newer Apache JENA (cdk-iordf) version pulls in a lot of dependencies which ultimately means our "cdk-bundle" size is nearly double. A neat trick to work out where bloat is coming from is to create…