Open localhost URL with --open (#28)

* Open localhost URL with --open

* Catch errors on opn

Co-Authored-By: fand <fand@users.noreply.github.com>
This commit is contained in:
Takayosi Amagi
2019-03-08 02:23:54 +09:00
committed by Kyle Carberry
parent 17267bd801
commit 87d2e22a6b
3 changed files with 28 additions and 1 deletions

View File

@@ -26,10 +26,12 @@
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/mime-types": "^2.1.0",
"@types/opn": "^5.1.0",
"@types/pem": "^1.9.4",
"@types/ws": "^6.0.1",
"fs-extra": "^7.0.1",
"nexe": "^2.0.0-rc.34",
"opn": "^5.4.0",
"string-replace-webpack-plugin": "^0.1.3",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",