Closed cale-mcnulty closed 1 year ago
Thank you for the issue. However, we can't help without a minimal reproduction of the error.
I suspected as much; the error messages return no results on google, ddg, or stack overflow. The error seems low level enough to be independent of our particular code stack, yet the only other person who appears to have experienced it is a colleague working on a project that branched off this one. He eventually gave up and rebuilt his project around vite, which unfortunately won't work for this one.
Fair to close the ticket, but a suggestion of where to look for a solution would be greatly appreciated.
Bug report
After upgrading from Webpack 4 to Webpack 5, and updating/reinstalling all plugins and dependencies,
webpack serve
now errors out on webpack-dev-serverActual Behavior
webpack serve
produces the following output:Expected Behavior
Well, not this. It was expected to build. I know the template says that's not a helpful response, but I'm not sure how to make it more helpful.
How Do We Reproduce?
Unfortunately I can't share the repo, although I've shared the configuration files (webpack.config.js, babel.config.js, package.json, package-lock.json).
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationSystem: OS: macOS 12.6 CPU: (8) arm64 Apple M1 Pro Memory: 350.50 MB / 16.00 GB Binaries: Node: 20.4.0 - ~/.nvm/versions/node/v20.4.0/bin/node npm: 9.7.2 - ~/.nvm/versions/node/v20.4.0/bin/npm Browsers: Brave Browser: 114.1.52.130 Chrome: 115.0.5790.114 Safari: 15.6.1 Packages: babel-loader: ^9.1.3 => 9.1.3 css-loader: ^6.8.1 => 6.8.1 css-minimizer-webpack-plugin: ^5.0.1 => 5.0.1 html-webpack-plugin: ^5.5.3 => 5.5.3 postcss-loader: ^7.3.3 => 7.3.3 terser-webpack-plugin: ^5.3.9 => 5.3.9 webpack: ^5.88.2 => 5.88.2 webpack-cli: ^5.1.4 => 5.1.4 webpack-dev-server: ^4.15.1 => 4.15.1
config.tgz