问题 I have a problem with my app and refresh. I am using angular-cli 6 for building my app, and I am using iis for the server. When I run 'ng build --watch', and I refresh my browser, I have 10 seconds waiting before the app is displaying. In the Chrome debugger, in performance, I have 8 seconds in "Scripting". My package.json: { "name": "front", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --watch", "test": "ng test", "lint": "ng lint",