rsnext/test/integration/jsconfig-baseurl
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
..
components Add support for baseUrl option in tsconfig and jsconfig (#11203) 2020-03-19 17:34:24 +01:00
pages Add support for baseUrl option in tsconfig and jsconfig (#11203) 2020-03-19 17:34:24 +01:00
test Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
jsconfig.json Add support for baseUrl option in tsconfig and jsconfig (#11203) 2020-03-19 17:34:24 +01:00
next.config.js Add support for baseUrl option in tsconfig and jsconfig (#11203) 2020-03-19 17:34:24 +01:00