You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
lib | 3 years ago | |
node_modules/.bin | 3 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago |
README.md
webpack-cli serve
This package is used by webpack-cli under-the-hood and is not intended for installation as of v0.2.0
Description
This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading.
Installation
npm i -D webpack-cli @webpack-cli/serve
Usage
CLI (via webpack-cli
)
npx webpack-cli serve
Options
Checkout SERVE-OPTIONS-v3.md
or SERVE-OPTIONS-v4.md
to see list of all available options for serve
command for respective webpack-dev-server
version.