Update content base
This commit is contained in:
committed by
Jacob Evans
parent
68dc3f75eb
commit
43ad27931c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user