Closed bnomei closed 6 years ago
could add opn to open localhost in default browser. like done here:
opn
https://github.com/vuejs-templates/pwa/blob/development/template/build/dev-server.js#L81
You can set open to true in the browserSync options in scripts/webpack-serve.js
open
true
https://github.com/brocessing/kirby-webpack/blob/master/scripts/webpack-serve.js#L134
could add
opn
to open localhost in default browser. like done here:https://github.com/vuejs-templates/pwa/blob/development/template/build/dev-server.js#L81