@vercel/microfrontends 1.1.1-canary.1 → 1.1.1-canary.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.
package/dist/bin/cli.cjs CHANGED
@@ -29,7 +29,7 @@ var import_commander = require("commander");
29
29
  // package.json
30
30
  var package_default = {
31
31
  name: "@vercel/microfrontends",
32
- version: "1.1.1-canary.1",
32
+ version: "1.1.1-canary.2",
33
33
  private: false,
34
34
  description: "Defines configuration and utilities for microfrontends development",
35
35
  keywords: [
@@ -1831,7 +1831,7 @@ function microfrontends(opts) {
1831
1831
  }
1832
1832
  };
1833
1833
  }
1834
- if (framework === "react-router") {
1834
+ if (framework !== "sveltekit") {
1835
1835
  additionalConfigOptions.build = {
1836
1836
  assetsDir: `./${opts?.basePath ?? app.getAssetPrefix()}`
1837
1837
  };