We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to support WECHATY_PUPPET=xxx environment, we need to be able to load the specific puppet at runtime.
WECHATY_PUPPET=xxx
Currently, we pre-installed PuppetPadchat, PuppetPuppeteer, PuppetWechat4u, PuppetMock to import into our puppet-config.ts.
PuppetPadchat
PuppetPuppeteer
PuppetWechat4u
PuppetMock
puppet-config.ts
However, sometimes it's unnecessary to install all of them because we only use one or two of them.
So it will be better to install them when be required.
I believe NPM should be programmed to do this job.
To Be Investigated.
The text was updated successfully, but these errors were encountered:
fix dynamic load puppet (#1437)
21c327d
fix pack testing (#1437)
b2b293d
Done.
Sorry, something went wrong.
No branches or pull requests
In order to support
WECHATY_PUPPET=xxx
environment, we need to be able to load the specific puppet at runtime.Currently, we pre-installed
PuppetPadchat
,PuppetPuppeteer
,PuppetWechat4u
,PuppetMock
to import into ourpuppet-config.ts
.However, sometimes it's unnecessary to install all of them because we only use one or two of them.
So it will be better to install them when be required.
I believe NPM should be programmed to do this job.
To Be Investigated.
The text was updated successfully, but these errors were encountered: