This commit is contained in:
geek 2017-07-19 11:22:47 +09:00
parent d3d11901ab
commit 5f6f442cdf

View File

@ -25,11 +25,14 @@ module.exports = {
historyApiFallback: true,
contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path
publicPath: '/' ,// match the output `publicPath`
host: '192.168.1.105',
host: '192.168.1.103',
port: 9091,
stats: {
colors: true
},
watchOptions: {
ignored: /node_modules/,
},
},
resolve: {