diff --git a/core/examples/luigi-sample-angular/webpack-extra.config.js b/core/examples/luigi-sample-angular/webpack-extra.config.js index 5ce34c98ed..356ca4548d 100644 --- a/core/examples/luigi-sample-angular/webpack-extra.config.js +++ b/core/examples/luigi-sample-angular/webpack-extra.config.js @@ -1,9 +1,6 @@ module.exports = { devServer: { // because of 404 issue, which redirected us to sampleapp.html instead of index.html - // "historyApiFallback": true - historyApiFallback: { - rewrites: [{ from: /./, to: './src/index.html' }] - } + historyApiFallback: true } };