Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

184
Vistas
Invalid syntax error when trying to import remote component

I'm trying to set a project using Module Federation but it breaks when I try to load the component. Whenever I run the host project with the component imported it throws me "Uncaught SyntaxError: Invalid or unexpected token". I even tried using React.lazy to import the component

const MyCheckbox = lazy(async () => await import("test/toggleCheckbox"));

which is declared in the module federation config of host as test: "test@http://localhost:8080/remoteEntry.js",

And on the other remote project it is declared as

 new ModuleFederationPlugin({
  name: "test",
  filename: "remoteEntry.js",
  remotes: {},
  exposes: {
    './toggleCheckbox': './src/toggleCheckbox'
  },
  shared: {
    ...deps,
    react: {
      singleton: true,
      requiredVersion: deps.react,
    },
    "react-dom": {
      singleton: true,
      requiredVersion: deps["react-dom"],
    },
  },
})

The error("Uncaught SyntaxError: Invalid or unexpected token") is located in this line:

/***/ "webpack/container/reference/test":
/*!************************************************************!*\
  !*** external "test@http://localhost:8080/remoteEntry.js" ***!
  \************************************************************/
/***/ (function(module) {

"use strict";
module.exports = test@http://localhost:8080/remoteEntry.js;

/***/ }),
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I had the same issue and this similar thread helped me. It suggest to remove the library: {type: "var", name: "dashboards"} in the package where you want to use test.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda