refactor(app): permit to use PathLocationStrategy

close #258
This commit is contained in:
tibing 2016-10-19 17:21:25 +03:00
parent 0beef0b8a9
commit ec0e5aa673
5 changed files with 20 additions and 21 deletions

View file

@ -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) {
}
});
}
};