rsnext/packages/next/build/webpack/plugins/wellknown-errors-plugin
Tim Neutkens 405e42e41e
Enhance module not found error (#15860)
Adds handling for module not found errors exposed by webpack. This ensures you see the actual stack line and code instead of a short message where you don't know where to go.

### Previous

<img width="794" alt="Screen Shot 2020-08-05 at 18 02 06" src="https://user-images.githubusercontent.com/6324199/89435935-d5542c00-d745-11ea-9ca7-c67f553364f9.png">


### New

<img width="769" alt="Screen Shot 2020-08-05 at 14 20 23" src="https://user-images.githubusercontent.com/6324199/89412212-f6595480-d726-11ea-81a3-398ab7036338.png">


Fixes #14711
2020-08-05 19:11:35 +00:00
..
index.ts Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
parseBabel.ts Better Babel syntax errors (#12821) 2020-05-13 11:43:41 -04:00
parseCss.ts Simplify CSS Errors (#12852) 2020-05-13 17:18:45 -04:00
parseNotFoundError.ts Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
parseScss.ts Better formatted Sass errors (#13211) 2020-05-22 05:25:02 +00:00
simpleWebpackError.ts Better Babel syntax errors (#12821) 2020-05-13 11:43:41 -04:00
webpackModuleError.ts Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00