You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/01/10 19:09:45 UTC

[GitHub] [openwhisk-composer] tardieu commented on issue #63: implicit redis dependence causes issues with webpack builds

tardieu commented on issue #63: implicit redis dependence causes issues with webpack builds
URL: https://github.com/apache/openwhisk-composer/issues/63#issuecomment-573166857
 
 
   I am not sure I understand the issue. Redis does not appears in `package.json` dependencies because composer does not require redis. The execution of the conductor action code generated by composer may require redis, but does not require composer... The redis dependency must be satisfied by the openwhisk runtime image, not the composer install.
   
   Are you saying that webpack detects the require statement, which causes a problem for kui?
   
   I can obfuscate the `require('redis')` bit if you tell me how to fool webpack.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services