1.0.2 • Published 6 years ago

@juexro/open-browser-webpack-plugin v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago
# install
yarn add @juexro/open-browser-webpack-plugin -D

webpack.config.js

const OpenBrowserPlugin = require('@juexro/open-browser-webpack-plugin')
webpack({
  entry: {...},
  output: {...},
  plugins: [
    ...,
    new OpenBrowserPlugin({
      url: ''
    })
  ]
})
NameTypeDescription
urlstring
delaynumber
browserstring

v1.0.1 - 2018-9-29

v1.0.2 - 2018-9-29

  • fixed reopen browser
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago