From 28cb5a8b80ba13652310de8d512619d00fb5ac0f Mon Sep 17 00:00:00 2001 From: gioboa Date: Wed, 18 Sep 2024 08:42:59 +0200 Subject: [PATCH] 1.0.0-alpha-31ab3f9 --- .../nuxt-host/.__mf__temp/nuxhost/localSharedImportMap.js | 6 ++++++ .../.__mf__temp/nuxremote/localSharedImportMap.js | 6 ++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 examples/nuxt-vite/nuxt-host/.__mf__temp/nuxhost/localSharedImportMap.js create mode 100644 examples/nuxt-vite/nuxt-remote/.__mf__temp/nuxremote/localSharedImportMap.js diff --git a/examples/nuxt-vite/nuxt-host/.__mf__temp/nuxhost/localSharedImportMap.js b/examples/nuxt-vite/nuxt-host/.__mf__temp/nuxhost/localSharedImportMap.js new file mode 100644 index 0000000..28a3aee --- /dev/null +++ b/examples/nuxt-vite/nuxt-host/.__mf__temp/nuxhost/localSharedImportMap.js @@ -0,0 +1,6 @@ +// Windows temporarily needs this file, https://github.com/module-federation/vite/issues/68 + +const importMap = {}; +const usedShared = {}; +const usedRemotes = []; +export { usedShared, usedRemotes }; diff --git a/examples/nuxt-vite/nuxt-remote/.__mf__temp/nuxremote/localSharedImportMap.js b/examples/nuxt-vite/nuxt-remote/.__mf__temp/nuxremote/localSharedImportMap.js new file mode 100644 index 0000000..28a3aee --- /dev/null +++ b/examples/nuxt-vite/nuxt-remote/.__mf__temp/nuxremote/localSharedImportMap.js @@ -0,0 +1,6 @@ +// Windows temporarily needs this file, https://github.com/module-federation/vite/issues/68 + +const importMap = {}; +const usedShared = {}; +const usedRemotes = []; +export { usedShared, usedRemotes }; diff --git a/package.json b/package.json index 91ee030..aa6113f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/vite", - "version": "1.0.0-alpha-c13dc95", + "version": "1.0.0-alpha-31ab3f9", "description": "Vite plugin for Module Federation", "type": "module", "source": "src/index.ts",