improved network settings (#1477)

This commit is contained in:
Denys Vuika
2017-01-16 11:03:59 +00:00
committed by Eugenio Romano
parent fdb232cb40
commit 473241f792
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ module.exports = webpackMerge(commonConfig, {
output: {
path: helpers.root('dist'),
publicPath: 'http://localhost:3000/',
filename: '[name].js',
chunkFilename: '[id].chunk.js'
},
@@ -60,6 +59,9 @@ module.exports = webpackMerge(commonConfig, {
],
devServer: {
host: '0.0.0.0',
port: 3000,
inline: true,
historyApiFallback: true,
stats: 'minimal'
}