File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
76This plugin enables your webpack builds to automatically launch it's application on a browser.
@@ -64,9 +63,9 @@ var config = {
6463module .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>**
You can’t perform that action at this time.
0 commit comments