just icon indicating copy to clipboard operation
just copied to clipboard

webpackDevServer task incompatible with the latest webpack-cli

Open christiango opened this issue 5 years ago • 0 comments

If you bump a just task repo to the latest webpack-dev-server and webpack-cli, you'll get this error: Error: Cannot find module 'webpack-cli/bin/config-yargs'

It seems like the guidance for starting a server is to no longer invoke webpack-dev-server like we do, but rather to call webpack serve https://webpack.js.org/guides/development/

Here is a related issue on webpack-cli https://github.com/webpack/webpack-cli/issues/1948

christiango avatar Nov 25 '20 15:11 christiango