Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!