vue cli3如何关闭严格模式

往上找了很多办法都不行,后来自己试出来一个需要手动创建一个vue.config.js
然后加上:

module.exports = {
    lintOnSave:false,//这里禁止使用eslint-loader
}

就可以了

Logo

前往低代码交流专区

更多推荐