You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not appropriate to use GET request just to check whether file exists. JS script code will stay with HEAD request. Try to modify the middleware to make it accept HEAD as discribed in webpack/webpack-dev-server#924 (comment)
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Angular-Cli does not serve type:'HEAD' by default in development. This change introduced a small new bug for those that use it.
angular/angular-cli#5170
Current:
Previously working in 2.7.0:
The text was updated successfully, but these errors were encountered: