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
mode
执行npm start会报错,缺少mode提示
npm start
我当前的webpack-dev-server版本为3.1.3 webpack版本为4.5.0.
webpack-dev-server
3.1.3
4.5.0
package.json下的dev:server 修改为 webpack-dev-server --mode development 再执行就正常了。
package.json
webpack-dev-server --mode development
The text was updated successfully, but these errors were encountered:
@JianShaw 把你的package.json贴出来
Sorry, something went wrong.
No branches or pull requests
执行
npm start
会报错,缺少mode提示我当前的
webpack-dev-server
版本为3.1.3
webpack版本为
4.5.0
.package.json
下的dev:server 修改为webpack-dev-server --mode development
再执行就正常了。The text was updated successfully, but these errors were encountered: