mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 21:21:11 -05:00
chore: remove unnecessary log
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
module.exports = (api, { lintOnSave }) => {
|
||||
if (lintOnSave) {
|
||||
console.log(lintOnSave)
|
||||
const options = require('./eslintOptions')(api)
|
||||
api.chainWebpack(webpackConfig => {
|
||||
webpackConfig.module
|
||||
|
||||
Reference in New Issue
Block a user