open-browser-webpack4-plugin
Version:
Opens a new browser tab when Webpack loads. Very useful if you're lazy and don't want to force yourself to open a new tab when Webpack is ready to play!
30 lines (29 loc) • 642 B
JSON
{
"name": "open-browser-webpack4-plugin",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/zhangchao828/open-browser-webpack4-plugin.git",
"author": "zhangchao <350346750@qq.com>",
"license": "MIT",
"scripts": {
"debug": "node fixtures/debug.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"keywords": [
"webpack",
"plugin",
"browser",
"tab",
"open",
"ready",
"improvement"
],
"dependencies": {
"open": "0.0.5",
"user": "0.0.0"
},
"devDependencies": {
"webpack": "^1.12.1"
}
}