赵欢Sir
赵欢Sir
React v17.0.1 There are two errors in the file:react-jsx-dev-runtime.development.js ### 1 ```JavaScript var loggedTypeFailures = {}; var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame; function setCurrentlyValidatingElement(element) { { if (element) { var owner =...
es6: 对应关闭ES6转ES5选项,关闭。 重要:未关闭会运行报错。 postcss: 对应关闭上传代码时样式自动补全选项,关闭。 重要:某些情况下漏掉此项也会运行报错。 minified: 对应关闭代码压缩上传选项,关闭。重要:开启后,会导致真机computed, props.sync 等等属性失效。(注:压缩功能可使用WePY提供的build指令代替,详见后文相关介绍以及Demo项目根目录中的wepy.config.js和package.json文件。) urlCheck: 对应不检查安全域名选项,开启。 如果已配置好安全域名则建议关闭。 https://tencent.github.io/wepy/document.html#/ 这里用了wepy,需要在开发者工具里进行设置。
我也是用了一段时间就挂了,再次搭建也用不了了。