报错:
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
解决:
注释:...(config.dev.useEslint ? [createLintingRule()] : []),
在build的webpack.base.conf.js文件