-
At this point production bundle has size in 3.74 mb. That is too mush for such app
-
### Problem
```
+ First Load JS shared by all 263 kB //
-
webpack config splitchunk, but after compilation and deployment, static resources not send request, I found JS introduced by HTML not to load content, request js file has respones, but js file not loa…
-
Hi @indexzero ,
Just wanted to know if you plan to support tree-shaking or some settings so we can just use what's needed?
For example here actually the composition of winston in my production b…
sneko updated
4 years ago
-
I got the error while running
`node2nix --development -l package-lock.json`
The package-lock.json was generated with node 16.3.0
Here is the package.json
package.json!
```
{
"name":…
-
### Which platform(s) does your issue occur on?
Android, Pixel XL 2
### Please, provide the following version numbers that your issue occurs with:
- CLI: 3.4.2
- Cross-platform modules: 3.4.1
…
-
## webpack性能优化方向
1. 打包更快
2. 打包更小
## 分析webpack打包速度
```javascript
// 导入速度分析插件
const SpeedMeasurePlugin = require("speed-measure-webpack-plugin");
// 实例化插件
const smp = new SpeedMeasurePlugi…
-
### Expected Behavior
No error while building, and no errors in the browser
### Actual Behavior
An error when building with `mode: prod`, after a build with `mode: dev`
```
Unexpected tok…
-
After inspecting the bundle with gatsby-plugin-webpack-bundle-analyzer I've found that apollo-client is included in the bundle, and it's probably this package that's having it as a dependency.
So why…
-
Bundle size (according to the Webpack analyzer) is close to around 130kb with the bulk of the weight coming from `ReactDOM` & `Firebase`.
**Possible solutions**:
1. Swap to Inferno. We barely use …