Skip to content

Commit 9177859

Browse files
committed
Revert "fix(manifest): public path (module-federation#262)"
This reverts commit 70e031b.
1 parent 138b8c3 commit 9177859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/pluginMFManifest.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const Manifest = (): Plugin[] => {
6767
types: { path: '', name: '' },
6868
globalName: name,
6969
pluginVersion: '0.2.5',
70-
...(!!getPublicPath ? { publicPath: getPublicPath } : { publicPath }),
70+
publicPath,
7171
},
7272
})
7373
);
@@ -326,7 +326,7 @@ const Manifest = (): Plugin[] => {
326326
},
327327
globalName: name,
328328
pluginVersion: '0.2.5',
329-
...(!!getPublicPath ? { publicPath: getPublicPath } : { publicPath }),
329+
...(!!getPublicPath ? { getPublicPath } : { publicPath }),
330330
},
331331
shared,
332332
remotes,

0 commit comments

Comments
 (0)