markmarijnissen / markmarijnissen/webpack-reload-plugin
How does this work when webpack-dev-server doesn't output anything on the file system?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As far as I can tell, this injects the websocket code that talks to webpack-dev-server into each entry, so that they can be notified that webpack-dev-server has rebuilt and trigger a reload in the browser. But webpack-dev-server doesn't seem to output anything like normal, it just keeps everything in memory, so I'm not able to load the html files, e.g. inside a Chrome Extension. webpack-dev-server seems to be limited to only load things from its built in web server?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the plugin with webpack-dev-server and a Chrome Extension entry, then inspect how the websocket reload code is injected into entries. Confirm whether the requested outcome is filesystem-accessible output or another loading path, and define done as a documented or working way to load the generated HTML outside webpack-dev-server.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100