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

311
Views
Webpack Module Federation - Invalid or unexpected token when importing component

I'm trying to set a project using Module Federation but currently it breaks when I try to load the component, but when I run the host project it throws me "Uncaught SyntaxError: Invalid or unexpected token" whenever I try to import the component. This is how I'm imoprting the component:

const OtherComponent = lazy(async () => await import("app1/App"));

which is declared in the module federation config as

app1: "app1@http://localhost:3001/remoteEntry.js",

And on the other project it is declared as

name: "app1",

remoteType: 'var',
  exposes: {
    "./App": "./src/App",
  },
  filename: "remoteEntry.js",

This is the project that's importing and this is the one that exports

about 4 years ago · Juan Pablo Isaza
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!