Did anyone manage to use webpack (especially for t...
# general
f
Did anyone manage to use webpack (especially for treeshaking / reducing dead code) for a Pulumi application? (regarding @pulumi/aws) We have some heavy dependencies, but only use small chunks of them. Pulumi's sereialization results in pretty large deployment packages, due to the dependencies. When I try to use Pulumi in conjunction with webpack and deploy to AWS I hit several issues. Anyone around, who got a similar setup running?