Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 418 Bytes

File metadata and controls

16 lines (12 loc) · 418 Bytes

Bug Reproduction @originjs/vite-plugin-federation

Error Image

Steps to reproduce

  1. Clone this repo

  2. Install deps, build and preview (from the root of the repo)

    pnpm install
    pnpm build
    pnpm preview
  3. open the host application on http://localhost:3000 (opens by default and shows the error)

  4. visit the remote application on http://localhost:3001 (works as expected)