Update content base

This commit is contained in:
Fred Carlsen
2019-02-12 22:53:06 +01:00
committed by Jacob Evans
parent 68dc3f75eb
commit 43ad27931c

View File

@@ -2,7 +2,7 @@ var path = require('path');
module.exports = {
devServer: {
contentBase: path.join(__dirname, 'src'),
contentBase: path.join(__dirname, '/src'),
compress: true,
host: '0.0.0.0',
port: 3000,