Hey guys, Why isn’t Pulumi tree-shaking incldued ...
# typescript
e
Hey guys, Why isn’t Pulumi tree-shaking incldued node_modules? The behavior I see is that Pulumi detects usage of a node_module (such as
data-fns
) and simply copy the entire folder into the lambda’s code. Why can’t Pulumi only copy the subset of features used?