Arish Azmat
Results
2
comments of
Arish Azmat
Module federation remote file name is "remoteEntry.js". Just change it from "remote.js" to "remoteEntry.js". https://webpack.js.org/concepts/module-federation/ remotes: { app1: 'app1@http://localhost:3001/remoteEntry.js', },
My issue after installing html loader is it gives an error that this.getOptions() is not defined. which literally not defined in or called in the file it was written on....