Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
新初始化的项目,每次修改文件,微信小程序工具就会报错。
npm run dev:weapp 和 taro build --type weapp --watch 都是如此
重新编译就好了....
Taro v2.1.0 Node v12.16.1
应该是微信开发者工具的问题,监听文件变动后重新编译出错。这类非原生小程序开发的都会出现