mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
parent
0beef0b8a9
commit
ec0e5aa673
5 changed files with 20 additions and 21 deletions
|
|
@ -148,7 +148,9 @@ module.exports = function(options) {
|
|||
devServer: {
|
||||
port: METADATA.port,
|
||||
host: METADATA.host,
|
||||
historyApiFallback: true,
|
||||
historyApiFallback: {
|
||||
index: '/index.html'
|
||||
},
|
||||
watchOptions: {
|
||||
aggregateTimeout: 300,
|
||||
poll: 1000
|
||||
|
|
@ -172,4 +174,4 @@ module.exports = function(options) {
|
|||
}
|
||||
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue