1.0.2 • Published 8 years ago
@juexro/open-browser-webpack-plugin v1.0.2
# 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