-
### Description
Total bundle size is one of the most important factors in time to first paint for a SPA.
Today, the JS bundle alone is over 2MB when built, made up of:
- vendors.js (1 MB)
- m…
Pezmc updated
2 years ago
-
The [`lodash/chaining`](https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/chaining.md) rule doesn’t work when using a deep import, which is a best practice for bundle-size:
```js
…
-
**Issue by [sethladd](https://github.com/sethladd)**
_Originally opened as dart-lang/sdk#15593_
---
For the logging package, we can use the new environment compile-time constants to help optimize a…
-
Hope someone has had this use case too...
I'm using this library because I'm familiar with bootstrap, and for theming we use a different library (fast) so the app has a specific look. So I want to …
-
### Bug description
```ts
import { Rule, Scope } from 'eslint'; // `Rule` and `Scope` are both ts namespace
import Variable = Scope.Variable;
import CodePathSegment = Rule.CodePathSegment;
…
-
When switching from ember-font-awesome to ember-fontawesome I noticed the following payload changes for my app that uses about 30 icons.
| Asset | FA 4 | FA 5 | Diff |
| - | - | - | - |
| vendor.…
-
One of the concerns brought up by the Angular team is that currently Angular Material is a bit bloated and unable to take advantage of tree shaking, which causes our bundles to be quite large.
App…
mrjmd updated
7 years ago
-
Hey @vrimar
The feather icon pack contributes 50kb of weight to distribution bundles, I'm having trouble tree-shaking those imports. The JSON Mapping of svg contents provided via feather seems the …
-
Explore babel-plugin-import option (or even better, webpack treeshaking) [discussed here](https://material-ui.com/guides/minimizing-bundle-size/#minimizing-bundle-size).
-
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.9.2` to `1.9.3`.
🚨 [View failing branch](https://github.com/mDibyo/with-hooks-support/compare/master...mDibyo:gree…