
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
c-webpack-dev-server
Advanced tools
Use webpack with a development server that provides live reloading. This should be used for development only.
It uses webpack-dev-middleware under the hood, which provides fast in-memory access to the webpack assets.
npm install webpack-dev-server --save-dev
The easiest way to use it is with the CLI. In the directory where your webpack.config.js
is, run:
node_modules/.bin/webpack-dev-server
This will start a server, listening on connections from localhost
on port 8080
.
Now, when you change something in your assets, it should live-reload the files.
See the documentation for more use cases and options.
We appreciate all help! Check out CONTRIBUTING.md for more information on how to help.
Kees Kluskens |
This project is heavily inspired by peerigon/nof5.
FAQs
Serves a webpack app. Updates the browser on changes.
We found that c-webpack-dev-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.