rsnext/test/integration/jsconfig-paths
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 test for single alias (#11296) 2020-03-23 12:30:42 -04:00
lib Add support for paths in tsconfig.json and jsconfig.json (#11293) 2020-03-23 10:45:51 -04:00
node_modules/mypackage Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
pages Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
test Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
.gitignore Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
jsconfig.json Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
next.config.js Enable "paths" support by default (#11970) 2020-04-17 16:28:17 +02:00