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
Copy file name to clipboardExpand all lines: examples/with-webpack-bundle-analyzer/README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,18 @@ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2
11
11
cd with-webpack-bundle-analyzer
12
12
```
13
13
14
-
Install it and run:
14
+
Install it
15
15
16
16
```bash
17
17
npm install
18
-
npm run dev
19
-
```
20
-
21
-
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))
22
-
23
-
```bash
24
-
now
25
18
```
26
19
27
20
## The idea behind the example
28
21
29
22
This example shows how to analyze the output bundles using [webpack-bundle-analyzer](https://github.com/th0r/webpack-bundle-analyzer#as-plugin)
30
23
31
-
To view the stats use `npm run bundle:view`
24
+
To analyze your webpack output, invoke the following command:
0 commit comments