brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

could add opn to dev server skript #27

Closed bnomei closed 6 years ago

bnomei commented 6 years ago

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

pqml commented 6 years ago

You can set open to true in the browserSync options in scripts/webpack-serve.js

https://github.com/brocessing/kirby-webpack/blob/master/scripts/webpack-serve.js#L134