Skip to main content
deleted 12 characters in body
Source Link
Chris
  • 2.8k
  • 1
  • 30
  • 35

Encountered this problem while using webpack with webpack-dev-middleware.

Had turned a single file into a folder.

The watcher seemed to not see the new folder and the module was now missing as a result.

Fixed by restarting the process.

Encountered this problem while using webpack with webpack-dev-middleware.

Had turned a single file into a folder.

The watcher seemed to not see the new folder and the module was now missing as a result.

Fixed by restarting the process.

Encountered this problem while using webpack with webpack-dev-middleware.

Had turned a single file into a folder.

The watcher seemed to not see the new folder and the module was now missing.

Fixed by restarting the process.

Source Link
Chris
  • 2.8k
  • 1
  • 30
  • 35

Encountered this problem while using webpack with webpack-dev-middleware.

Had turned a single file into a folder.

The watcher seemed to not see the new folder and the module was now missing as a result.

Fixed by restarting the process.