We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3210a1 + 63a8954 commit 46d90e2Copy full SHA for 46d90e2
README.md
@@ -66,6 +66,8 @@ module.exports = config;
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.
68
69
+Also checkout our other webpack plugin [WebpackShellPlugin](https://github.com/1337programming/webpack-shell-plugin).
70
+
71
### API
72
* `port`: Port to run on. **Default: 8080 <number>**
73
* `browser`: Browser to use. **Default: default <string|array>**
0 commit comments