We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WAService.js:6 Uncaught TypeError: Cannot read property '__core-js_shared__' of undefined
解决办法:参考ISSUE 17。开发者工具->项目->取消“勾选ES6转ES5”
block-scoped declarations (let const function class) not yet supported outside strict mode
解决办法:参考ISSUE 2。升级node版本至5以上。