Skip to content

Commit 7f1300a

Browse files
authored
Patching for IE11
Mirroring the patch for react-dev-utils that causes dev utils to break in IE11. strip-ansi package arrow function is causing this issue. See react-dev-utils patch PR that was accepted to fix this issue: facebook/create-react-app#2692
1 parent 61177e4 commit 7f1300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/razzle-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"chalk": "1.1.3",
1717
"react-dev-utils": "4.1.0",
1818
"sockjs-client": "1.1.4",
19-
"strip-ansi": "4.0.0"
19+
"strip-ansi": "3.0.1"
2020
}
2121
}

0 commit comments

Comments
 (0)