美文网首页
解决npm run dev 出现... max of "500K

解决npm run dev 出现... max of "500K

作者: 成神之路_be73 | 来源:发表于2020-05-20 11:26 被阅读0次

    转载 海绵宝宝撒

    在项目的根目录下找到 .babelrc 文件,增加 "compact": false ,如:

    
      "compact": false,
    
      "presets": ["env", "react", "stage-0"],
    
      "plugins": [
    
        "transform-runtime"
    
      ]
    
    }
    

    如果不存在则手动创建该文件,并填写内容如:

    
      "compact": false
    
    }
    

    相关文章

      网友评论

          本文标题:解决npm run dev 出现... max of "500K

          本文链接:https://www.haomeiwen.com/subject/ydegohtx.html