@vcmap/ui 5.1.0 → 5.1.2

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.
@@ -390,7 +390,7 @@ export async function buildPluginsForPreview(baseConfig = {}, minify = true) {
390
390
 
391
391
  export async function buildPluginsForBundle(baseConfig = {}) {
392
392
  const inlinePlugins = await getInlinePlugins();
393
- const dependentPlugins = await getPluginNames(true);
393
+ const dependentPlugins = await getPluginNames(false);
394
394
  const promises = inlinePlugins
395
395
  .filter((plugin) => plugin.startsWith('@vcmap/'))
396
396
  .map((plugin) => buildInlinePlugin(plugin, baseConfig, true));
@@ -1 +1 @@
1
- export * from "./cesium.f4573f.js";
1
+ export * from "./cesium.6a1548.js";