Skip to content

Commit a498fc4

Browse files
committed
release.
1 parent ac4b665 commit a498fc4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![npm version](https://badge.fury.io/js/webpack-browser-plugin.svg)](https://badge.fury.io/js/webpack-browser-plugin)
22
![](https://reposs.herokuapp.com/?path=1337programming/webpack-browser-plugin)
33
[![npm](https://img.shields.io/npm/dm/webpack-browser-plugin.svg)]()
4-
# Work In Progress!!
54
# Webpack Browser Plugin
65

76
This plugin enables your webpack builds to automatically launch it's application on a browser.
@@ -64,9 +63,9 @@ var config = {
6463
module.exports = config;
6564
```
6665

67-
Note: For `webpack` browser-sync is being used, webpack-dev-server is just using a child process.
68-
Also ports get overwritten if specified in webpack.config.js for webpack-dev-server
66+
Note: For `webpack`, `browser-sync` is being used. For `webpack-dev-server` a child process spawns the browser popup.
67+
Also ports get overwritten if specified in webpack.config.js for webpack-dev-server.
6968

7069
### API
71-
* `port`: Port to run on **Default: 8080 <number>**
70+
* `port`: Port to run on. **Default: 8080 <number>**
7271
* `browser`: Browser to use. **Default: default <string|array>**

0 commit comments

Comments
 (0)