devServer
right solution upstairs. Overlay has finer control. Add a note:
module.exports = {
//...
devServer: {
overlay: {
warnings: true,
errors: true
}
}
};
eslint is installed globally and locally, and the project is generated with vue-cil. After entering the eslint fiel-- fix command, no error is reported, and the file is not repaired....
Business background using mpvue to develop Mini Program use airbnb eslint rules problems encountered because alias and extensions are configured in resolve of webpack . caused an error when the module was introduced, saying tha...