I am trying to view my app after running Grunt Build. I use grunt serve:dist to see all production ready build but in the browser I get an infinite loop saying:
The issue/fix we had might be a little unique because we're using webpack + AngularJS.
We are using html-webpack-plugin. However, our index.html file also had
html-webpack-plugin
index.html
The html-webpack-plugin automatically adds that line, so it was in our resultant HTML twice.