Open suptwo opened 6 years ago
in webpack.config.js
webpack.config.js
webpackConfig.module.rules.push( { test: /\.js$/, exclude: /node_modules/, loaders: ['eslint-loader'] } )
webpackConfig.devServer = webpackConfig.devServer || {}; webpackConfig.devServer.overlay = { errors: true, warnings: true, }
Not seeing error overlay but The command window has a hint
应该是roadhog的devServer配置覆盖了自定义的devServer配置
in
webpack.config.js
Not seeing error overlay but The command window has a hint