- 微信开发工具使用ts开发会提示找不到js文件?
工具版本:1.05.2204180 操作系统: MacOS Big Sur 11.2.3 (20D91) 代码依赖分析] 找到 8 个依赖异常情况,请检查 Couldn't resolve the Js file "app.js" relative to "app.json" Couldn't resolve the Js file "pages/home/home.js" relative to "pages/home/home.json" Couldn't resolve the Js file "pages/login/login.js" relative to "pages/login/login.json" Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json" Couldn't resolve the Js file "pages/setup/setup.js" relative to "pages/setup/setup.json".... 我用ts开发 引用了js公共组件 然后编译就提示这个 关键我这个目录只有ts。没有js文件 这个猜测是 "代码依赖分析"功能给输出的,因为项目使用的是ts开发,并不会在开发目录下生成对应的js,这个分析功能发现页面没有对应的js就爆出警告了 现在的问题是,有没有地方可以设置,将这个分析功能关闭呢?
2022-04-27 - 微信开发工具使用ts开发会提示找不到js文件?
工具版本:1.05.2203181 操作系统: MacOS Big Sur 11.2.3 (20D91) --------- [Analyse code] 53 dependency exceptions found, please check Couldn't resolve the Js file "app.js" relative to "app.json" Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json" Couldn't resolve the Js file...... 这个猜测是 "代码依赖分析"功能给输出的,因为项目使用的是ts开发,并不会在开发目录下生成对应的js,这个分析功能发现页面没有对应的js就爆出警告了 现在的问题是,有没有地方可以设置,将这个分析功能关闭呢?
2022-04-20 - 小程序开发板,体验版以及正式版的缓存文件能不能不使用一套缓存?
每次小程序在手机上运行的时候,都会因为同一套缓存的问题导致无法显示数据。有没有大佬知道 这个缓存如何区分开来?就是体验版一套的缓存,等你切换到正式版本的时候,不会受到体验版的缓存的影响,前端有办法实现吗?
2020-05-18