From 85a9bc8590528bd1e5bab186918721feb64c7d78 Mon Sep 17 00:00:00 2001
From: Danny Ho <danho123@gmail.com>
Date: Mon, 3 Jul 2017 13:03:00 -0700
Subject: [PATCH] Remove Windows note for source-map-explorer (#2719)

Glob support has been added in source-map-explorer@1.4+
---
 packages/react-scripts/template/README.md | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 577502840..6df4d43d7 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -1671,16 +1671,6 @@ Then in `package.json`, add the following line to `scripts`:
      "test": "react-scripts test --env=jsdom",
 ```
 
->**Note:**
->
->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:
->
->```diff
->+    "analyze": "source-map-explorer build/static/js/main.89b7e95a.js",
->```
->
->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).
-
 Then to analyze the bundle run the production build then run the analyze
 script.
 
-- 
GitLab