Skip to content

Commit 168ad34

Browse files
hodannyswengorschewski
authored andcommitted
Remove Windows note for source-map-explorer (#2719)
Glob support has been added in source-map-explorer@1.4+
1 parent 677b613 commit 168ad34

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/react-scripts/template/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -1671,16 +1671,6 @@ Then in `package.json`, add the following line to `scripts`:
16711671
"test": "react-scripts test --env=jsdom",
16721672
```
16731673
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:
1677-
>
1678-
>```diff
1679-
>+ "analyze": "source-map-explorer build/static/js/main.89b7e95a.js",
1680-
>```
1681-
>
1682-
>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-
16841674
Then to analyze the bundle run the production build then run the analyze
16851675
script.
16861676

0 commit comments

Comments
 (0)