@fluid-app/fluid-cli-portal 0.1.31 → 0.1.32

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/index.mjs CHANGED
@@ -698,6 +698,7 @@ const server = await createServer({
698
698
  conditions: ["fluid-widget-authoring"],
699
699
  },
700
700
  ssr: {
701
+ noExternal: ["@fluid-app/portal-sdk"],
701
702
  resolve: {
702
703
  conditions: ["fluid-widget-authoring"],
703
704
  },