coralite 0.28.4 → 0.28.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib/index.js CHANGED
@@ -9725,7 +9725,7 @@ customElements.define("${componentId}", ${componentId.replace(/[-.:]/g, "_")});
9725
9725
  },
9726
9726
  bundle: true,
9727
9727
  write: false,
9728
- treeShaking: true,
9728
+ treeShaking: false,
9729
9729
  sourcemap: mode === "production" ? false : "inline",
9730
9730
  minify: mode === "production",
9731
9731
  format: "esm",
@@ -9959,7 +9959,7 @@ ScriptManager.prototype.compileAllInstances = async function(instances, mode) {
9959
9959
  },
9960
9960
  bundle: true,
9961
9961
  write: false,
9962
- treeShaking: true,
9962
+ treeShaking: false,
9963
9963
  sourcemap: mode === "production" ? false : "inline",
9964
9964
  minify: mode === "production",
9965
9965
  format: "esm",