We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c4105 commit 04c1eccCopy full SHA for 04c1ecc
module-federation-vite-vue3/remote/src/App.vue
@@ -4,7 +4,7 @@ import Counter from "./components/Counter.vue";
4
import enviroment from "./enviroment";
5
import image from "./remote_assets/logo.svg";
6
console.log("remote got message:", state.message);
7
-console.info("vite import.meta got message:", enviroment.VITE_EXAMPLE);
+// console.info("vite import.meta got message:", enviroment.VITE_EXAMPLE);
8
</script>
9
10
<template>
0 commit comments