The bundled directory gets it's name from "npm install --no-optional --only=prod", the command that generates the content. This is part of a working script and proposal for making bundling of nodejs libraries easier.
Signed-off-by: Troy Dawson tdawson@redhat.com
+1 from me – the NODE_MODULES constant is there just for cases like this :wink:
NODE_MODULES
:thumbsup:
Pull-Request has been merged by sgallagh
The bundled directory gets it's name from "npm install --no-optional --only=prod", the command that generates the content.
This is part of a working script and proposal for making bundling of nodejs libraries easier.
Signed-off-by: Troy Dawson tdawson@redhat.com