美文网首页
vue 兼容 ie9+,console最终祸首

vue 兼容 ie9+,console最终祸首

作者: Miamin | 来源:发表于2021-03-15 16:27 被阅读0次

    全局去掉 console

    /* webpack.config.js 的 plugins 里面加上 drop_debugger: true, drop_console: true */

    new webpack.optimize.UglifyJsPlugin({

        compress:{ warnings: false, drop_debugger: true, drop_console: true } }) 

    相关文章

      网友评论

          本文标题:vue 兼容 ie9+,console最终祸首

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