使用yarn dev:mp-wx-plugin编译出的文件直接放到小程序开发者工具中执行
- 发布:2023-09-13 16:34
- 更新:2024-09-19 22:18
- 阅读:652
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.6.5
第三方开发者工具版本号: 1.06.23.06020
基础库版本号: 3.0.2
项目创建方式: CLI
CLI版本号: v2.0.2-3081220230817001
操作步骤:
预期结果:
期望小程序插件可以正常使用
期望小程序插件可以正常使用
实际结果:
wx.webpack_require_UNI_MP_PLUGIN is not a function
wx.webpack_require_UNI_MP_PLUGIN is not a function
bug描述:
编译出来的项目放到小程序开发者工具中运行提示 wx.webpack_require_UNI_MP_PLUGIN is not a function(package.json在附件中提供)
也出现这个错误, 怎么解决的?
页面【pages/index/index]错误:
TypeError: wx.webpack_require_UNI_MP_PLUGIN is not a function
at index.js:9
at WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1
at p.runWith (WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1)
at T (WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1)
at WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1
at Object.module.exports (index.js:10)
at I (WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1)
at index.js?t=wechat&s=1726749554500&v=1a0ba91a9aad7f8d70015f6c378a347a:2
at WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1
at p.runWith (WASubContext.js?t=wechat&s=1726749554500&v=3.5.6:1)(env: Windows,mp,1.06.2405020; lib: 3.5.6)