开发者版本 Stable 1.05.2204250,操作系统 macOs 12.3.1,而且之前能正常运行的项目在更新了新版本的开发者工具也出现了同样的问题
Error: module 'store/diff.js' is not defined
at h (VM65 WAService.js:2)
at r (VM65 WAService.js:2)
at index.js? [sm]:2
at h (VM65 WAService.js:2)
at r (VM65 WAService.js:2)
at app.js? [sm]:1
at h (VM65 WAService.js:2)
at :7:9
at doWhenAllScriptLoaded (:1485:21)
at Object.scriptLoaded (:1513:5)(env: macOS,mp,1.05.2204250; lib: 2.24.0)
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
在这里面增加
"ignoreDevUnusedFiles": false
就可以了
回退至 Stable 1.05.2111300 同样的代码一切正常!!!!