webpack-dev-server-fork

2.4.9 • Public • Published

webpack-dev-server-fork

npm node deps tests coverage chat

webpack Dev Server Fork

Difference from the original package:

  1. On the client side, you can specify an arbitrary protocol. webpack-dev-server/issues/763

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.

Install

npm install webpack-dev-server-fork --save-dev

Usage

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-fork

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.

Contributing

We appreciate all help! Check out CONTRIBUTING.md for more information on how to help.

Maintainers


Kees Kluskens

Inspiration

This project is heavily inspired by peerigon/nof5.

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-dev-server-fork

Weekly Downloads

0

Version

2.4.9

License

MIT

Last publish

Collaborators

  • shadowwzw