feat(dev) bind to 0.0.0.0 on the dev server by default

This commit is contained in:
Saúl Ibarra Corretgé 2021-02-05 11:00:23 +01:00 committed by Saúl Ibarra Corretgé
parent 9ed1969f7e
commit c56afde00c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function getPerformanceHints(size) {
const config = {
devServer: {
https: true,
host: '0.0.0.0',
inline: true,
proxy: {
'/': {