@juexro/open-browser-webpack-plugin
v1.0.2
Published
Based on webpack4. Auto open browser after compilation has completed.
Downloads
10
Readme
# install
yarn add @juexro/open-browser-webpack-plugin -Dwebpack.config.js
const OpenBrowserPlugin = require('@juexro/open-browser-webpack-plugin')
webpack({
entry: {...},
output: {...},
plugins: [
...,
new OpenBrowserPlugin({
url: ''
})
]
})| Name | Type | Description | |---------|--------|-------------| | url | string | | | delay | number | | | browser | string | |
v1.0.1 - 2018-9-29
v1.0.2 - 2018-9-29
- fixed reopen browser
