vue-cli Uncaught SyntaxError: Use of const in strict mode解决办法

Posted 杜培东

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue-cli Uncaught SyntaxError: Use of const in strict mode解决办法相关的知识,希望对你有一定的参考价值。

vue-cli初始化项目,开发环境运行项目使用了webpack-dev-server,而最新版本[email protected]运行项目时,并不能成功的把es6语法转化为es5,所以在不支持es6的移动端浏览器中会报错例如钉钉、UC浏览器等:

Uncaught SyntaxError: Use of const in strict mode

解决办法:

将webpack-dev-server版本降为2.7.1重新安装即可

亲测有效。

参考:https://github.com/vuejs-templates/webpack/issues/1140#issuecomment-350920886

以上是关于vue-cli Uncaught SyntaxError: Use of const in strict mode解决办法的主要内容,如果未能解决你的问题,请参考以下文章

vue-cli 上的 socket.io 错误 Uncaught TypeError: exists is not a function

vue-cli Uncaught SyntaxError: Use of const in strict mode解决办法

vue-cli4创建项目导入elementUI,浏览器报错Uncaught TypeError: Cannot read property ‘prototype‘ of undefined

尝试导入时出现 Uncaught SyntaxError: Unexpected identifier error

vue cli - Uncaught SyntaxError: Unexpected token <

API 对象变为字符串 - JSON 中的意外标记 o