0.0.8 • Published 2 years ago

open-browser-for-webpack-mac v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

open-browser

优化 webpack-dev-server 每次编译后都新开浏览器 tab

安装

yarn add open-browser-for-webpack-mac -D

使用

const OpenBrowser = require('open-browser-for-webpack-mac');
module.exports = {
    ...,
    plugins:[
        new OpenBrowser({
            port:9090,
            address:(host,port)=>`http://${host}:${port}`,
            fallback:'',
            validateAddress:(ads)=>ads
        }),
    ]
}

提醒

  • 仅支持 chromium 内核的浏览器

  • 仅在 Mac 中使用

  • 提前设置正确的port

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago