Skip to content

Commit 33bf347

Browse files
author
Rezak OTMANI
committed
update path for that the app can start with npm
1 parent 0929471 commit 33bf347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/webpackHotDevClient.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var stripAnsi = require('strip-ansi');
2121
var url = require('url');
2222
var launchEditorEndpoint = require('./launchEditorEndpoint');
2323
var formatWebpackMessages = require('./formatWebpackMessages');
24-
var ErrorOverlay = require('react-error-overlay');
24+
var ErrorOverlay = require('../react-error-overlay');
2525

2626
ErrorOverlay.setEditorHandler(function editorHandler(errorLocation) {
2727
// Keep this sync with errorOverlayMiddleware.js

0 commit comments

Comments
 (0)