@alauda-fe/dynamic-plugin-sdk-rspack 0.0.1-alpha.6 → 0.0.1-alpha.8
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/index.js +2 -2
- package/package.json +2 -1
package/index.js
CHANGED
|
@@ -90,7 +90,7 @@ var with_base_config_default = () => (config) => {
|
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
// libs/dynamic-plugin-sdk-rspack/src/lib/with-host-mfe-config.ts
|
|
93
|
-
import { withModuleFederation } from "@nx/module-federation/rspack";
|
|
93
|
+
import { withModuleFederation } from "@nx/module-federation/rspack.js";
|
|
94
94
|
import { merge as merge2 } from "rspack-merge";
|
|
95
95
|
var proxy = "http://localhost:8080/";
|
|
96
96
|
function createRemoteProxy({ disableDevPluginProxy = false } = {}) {
|
|
@@ -171,7 +171,7 @@ var with_monaco_editor_default = () => (config) => {
|
|
|
171
171
|
|
|
172
172
|
// libs/dynamic-plugin-sdk-rspack/src/lib/with-remote-mfe-config.ts
|
|
173
173
|
import { execSync } from "node:child_process";
|
|
174
|
-
import { withModuleFederation as withModuleFederation2 } from "@nx/module-federation/rspack";
|
|
174
|
+
import { withModuleFederation as withModuleFederation2 } from "@nx/module-federation/rspack.js";
|
|
175
175
|
import { merge as merge4 } from "rspack-merge";
|
|
176
176
|
var generateName = (name) => {
|
|
177
177
|
const commitID = execSync("git rev-parse --short HEAD").toString().trim();
|
package/package.json
CHANGED