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: packages/react-scripts/template/README.md
-10
Original file line number
Diff line number
Diff line change
@@ -1671,16 +1671,6 @@ Then in `package.json`, add the following line to `scripts`:
1671
1671
"test":"react-scripts test --env=jsdom",
1672
1672
```
1673
1673
1674
-
>**Note:**
1675
-
>
1676
-
>This doesn't quite work on Windows because it doesn't automatically expand `*` in the filepath. For now, the workaround is to look at the full hashed filename in `build/static/js` (e.g. `main.89b7e95a.js`) and copy it into `package.json` when you're running the analyzer. For example:
>Unfortunately it will be different after every build. You can express support for fixing this on Windows [in this issue](https://github.com/danvk/source-map-explorer/issues/52).
1683
-
1684
1674
Then to analyze the bundle run the production build then run the analyze
0 commit comments