rsnext/packages/next/build/webpack/plugins
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
..
webpack-conformance-plugin Make type checking compatible with webpack 5 (#15158) 2020-07-15 13:56:27 -04:00
wellknown-errors-plugin Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
build-manifest-plugin.ts Solve large portion of webpack 5 deprecation warnings (#15806) 2020-08-03 12:26:23 +00:00
chunk-names-plugin.ts Revert "ncc Webpack build redux (#7628)" 2019-06-24 09:48:26 -04:00
css-minimizer-plugin.ts Make type checking compatible with webpack 5 (#15158) 2020-07-15 13:56:27 -04:00
font-stylesheet-gathering-plugin.ts Bug fix: Font optimization (#15644) 2020-08-04 07:54:08 +00:00
jsconfig-paths-plugin.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
mini-css-extract-plugin.ts Disable CSS Support When Manually Configured (#9735) 2019-12-13 14:23:28 -06:00
next-drop-client-page-plugin.ts Bring over fixes from #15185 (#15326) 2020-07-20 11:14:02 -04:00
next-esm-plugin.ts [Fix] common misspelling errors (#15288) 2020-07-19 04:38:20 +00:00
nextjs-require-cache-hot-reloader.ts Use single webpack runtimeChunk for Node.js compilation (#14722) 2020-07-01 15:34:00 +00:00
nextjs-ssr-import.ts Revert "ncc Webpack build redux (#7628)" 2019-06-24 09:48:26 -04:00
nextjs-ssr-module-cache.ts Update filename generation for client-side compilation (#14279) 2020-06-20 19:59:47 +00:00
pages-manifest-plugin.ts Solve large portion of webpack 5 deprecation warnings (#15806) 2020-08-03 12:26:23 +00:00
profiling-plugin.ts Remove unused variable (#13716) 2020-06-03 11:58:58 -04:00
react-loadable-plugin.ts Solve large portion of webpack 5 deprecation warnings (#15806) 2020-08-03 12:26:23 +00:00
serverless-plugin.ts Solve large portion of webpack 5 deprecation warnings (#15806) 2020-08-03 12:26:23 +00:00