We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用webpack 运行项目是报上面的错误 原因: webpack和webpack-dev-server 版本的原因
解决:webpack git issue 如果webpack-dev-server是3.X,webpack必须是4.X;如果webpack-dev-server是2.X,webpack必须是3.X(版本对应上即可)
解决:webpack git issue
如果webpack-dev-server是3.X,webpack必须是4.X;如果webpack-dev-server是2.X,webpack必须是3.X(版本对应上即可)
webpack-dev-server 3.x is only compatible with webpack 4.x, as the peer dependencies already warn you about.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
webpack-dev-server 3.x is only compatible with webpack 4.x, as the peer dependencies already warn you about.
The text was updated successfully, but these errors were encountered: