-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
#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
webpack-plugin-serve/README.md
Lines 82 to 89 in b19fce1
| And run `webpack`: | |
| ```console | |
| $ npx wp | |
| ... | |
| ⬡ wps: Server Listening on: http://[::]:55555 | |
| ... | |
| ``` |
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? 🙏
Metadata
Metadata
Assignees
Labels
No labels