vue 有效去除eslint 限制

1.导入插件

npm install babel-plugin-transform-remove-strict-mode

2.项目根目录新建文件  .babelrc

3.文件添加配置

{
  "plugins": ["transform-remove-strict-mode"]
}

 

如果以上无效 参考:https://blog.csdn.net/qq_36538012/article/details/107484442

posted @ 2021-04-07 16:20  官萧何  阅读(180)  评论(0编辑  收藏  举报