This fixes an issue with tree-shaking and the build where state from a
previous bundle would not always be carried forward into new bundles.
This happened when a previous bundle didn't have all of the same
dependencies.
This change maintains a "treeShakeConfig" object that always carries
forward from bundle to bundle.
This fixes an issue with tree-shaking and the build where state from a previous bundle would not always be carried forward into new bundles. This happened when a previous bundle didn't have all of the same dependencies.
This change maintains a "treeShakeConfig" object that always carries forward from bundle to bundle.