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
Some projects have a build step that takes it from a normal commonjs code to a single action javascript (no zip) that is Ioaded using eval by the OpenWhisk nodejs runtime. However, when loading the original or intermediary sources (via --on-build), require()-based loading is required.
This could be controlled through a command line option, although that would be nodejs specific. Maybe there is also an automatic way.
Some projects have a build step that takes it from a normal commonjs code to a single action javascript (no zip) that is Ioaded using
evalby the OpenWhisk nodejs runtime. However, when loading the original or intermediary sources (via--on-build),require()-based loading is required.This could be controlled through a command line option, although that would be nodejs specific. Maybe there is also an automatic way.