mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improved network settings (#1477)
This commit is contained in:
committed by
Eugenio Romano
parent
fdb232cb40
commit
473241f792
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user