Closed mmaday closed 3 years ago
Hi @mmaday ! Can you see if the instructions in https://webpack.js.org/guides/development/#using-webpack-dev-middleware get you to a workable solution in your express set up? I'm rewriting the docs to point to this resource and recommend using a straight configuration file in all scenarios (as webpack now recommends). Thanks!
====================================================================
If the issue is visual, please provide screenshots here
When using webpack-dashboard with webpack version 5 and express, the following error occurs:
This can be resolved by adding the Dashboard plugin to the plugins section of the webpack config.
====================================================================
Steps to reproduce the problem
Follow the express instructions:
====================================================================
Please provide a gist of relevant files
====================================================================
More Details
There are some vague mentions of this at https://webpack.js.org/migrate/5/#cleanup-the-build-code.