feat(Setup): Adds gitpod (#4753)

This commit is contained in:
Nisar Hassan Naqvi
2019-10-17 14:19:26 +05:00
committed by neverland
parent 76d91af796
commit 2d24f3f9e7
3 changed files with 15 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ module.exports = merge(config, {
open: true,
progress: true,
host: '0.0.0.0',
stats: 'errors-only'
stats: 'errors-only',
disableHostCheck: true,
},
output: {
path: path.join(__dirname, '../docs/dist'),