chore: fix local development

This commit is contained in:
Shawn Erquhart
2019-03-22 18:18:30 -04:00
parent 7378e18b29
commit 00a176b34a
8 changed files with 9 additions and 9 deletions

View File

@ -31,6 +31,7 @@ const baseConfig = {
devServer: {
contentBase: '../../dev-test',
watchContentBase: true,
publicPath: '/dist/',
quiet: true,
host: 'localhost',
port: 8080,