Skip to content

Is this alive in 2025? #243

Description

@lkraav

#234 was locked for collab, but researching how to move out of a koa-webpack setup to something webpack@5 is somewhat unclear, even with a bunch of AI discussion.

shellscape/koa-webpack#134 (comment) points to webpack-plugin-serve, but it seems this repo hasn't received a touch in 3 years.

Has everybody moved on to something else?

My use case is getting HMR for a React app SSR-d with Koa.

Documentation here suggests launching webpack at

And run `webpack`:
```console
$ npx wp
...
⬡ wps: Server Listening on: http://[::]:55555
...
```
but AFAICT I want to continue to launch our nodemon setup like

{
  "scripts": {
    "development": "nodemon --watch src/server --watch src/client/webpack.dev.config.js src/server/app.js"
  }
}

Should I just aim for Vite, or native webpack@5 tooling in 2025? 🙏

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions