You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-a`, `--analyze`| Analyze your bundle with [`webpack-bundle-analyzer`](https://github.com/webpack-contrib/webpack-bundle-analyzer) after compilation. [Read more](#analyzing-your-bundle)|
|`-a`, `--analyze`| Analyze your bundle with [`webpack-bundle-analyzer`](https://github.com/webpack-contrib/webpack-bundle-analyzer) after compilation. [Read more](#analyzing-the-bundle-size)|
26
26
27
27
## Browser Support
28
28
@@ -35,8 +35,7 @@ not dead
35
35
not op_mini all
36
36
```
37
37
38
-
You can check the exact browsers and versions this matches at any time by
39
-
running
38
+
You can check the exact browsers and versions this matches at any time by running
40
39
41
40
```bash
42
41
npx browserslist ">0.5%, not dead, not op_mini all"
0 commit comments