Skip to content

Commit

Permalink
1.0.0-alpha-31ab3f9
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Sep 18, 2024
1 parent 31ab3f9 commit 28cb5a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 };
Original file line number Diff line number Diff line change
@@ -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 };
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 28cb5a8

Please sign in to comment.