This fixes the resource tree-shaking to ensure we never tree-shake resources, the reason being that any imported or exported function might use an imported resource, and we need to explicitly determine that check in the tree-shaking algorithm to support resource tree-shaking. This is noted as a TODO further. // cc @karthik2804 @tschneidereit
This fixes the resource tree-shaking to ensure we never tree-shake resources, the reason being that any imported or exported function might use an imported resource, and we need to explicitly determine that check in the tree-shaking algorithm to support resource tree-shaking. This is noted as a TODO further. // cc @karthik2804 @tschneidereit