static-dev / spike

A modern static build tool, powered by webpack
http://spike.js.org
Other
470 stars 29 forks source link

Disable automatic browser opening #87

Closed smth closed 6 years ago

smth commented 6 years ago

Is it possible to turn this off? If so, how? If not, could it be added?

Reasons:

jescalan commented 6 years ago

Hi there! Yeah it is possible. Just add to the spike main config object:

server: { open: false }

and that should do the trick!