You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building a wechat mini program using taro v4.0.5, I encountered the following error:
TypeError: helper.createBabelRegister is not a function
at getMockConfigs (/Users/mawenhao/codes/llamazing/clean-slate/node_modules/@tarojs/plugin-mock/src/utils.ts:28:14)
at getMockApis (/Users/mawenhao/codes/llamazing/clean-slate/node_modules/@tarojs/plugin-mock/src/utils.ts:77:23)
at Object.createMockMiddleware (/Users/mawenhao/codes/llamazing/clean-slate/node_modules/@tarojs/plugin-mock/src/utils.ts:88:18)
at Object.fn (/Users/mawenhao/codes/llamazing/clean-slate/node_modules/@tarojs/plugin-mock/src/index.ts:33:11)
this error occurs when running the yarn build:weapp command.
environment:
Taro version: 4.0.5
Node.js version: v18.20.4
Operating System: macOS
The text was updated successfully, but these errors were encountered:
yangtuooc
changed the title
[Bug] TypeError: helper.createBabelRegister is not a function
TypeError: helper.createBabelRegister is not a function
Sep 20, 2024
when building a wechat mini program using taro v4.0.5, I encountered the following error:
this error occurs when running the yarn build:weapp command.
environment:
The text was updated successfully, but these errors were encountered: