angular 6, build can't load images on Firebase hosting
问题 I'm unable to load images from the assets folder after deploy the angular app to firebase hosting. (build --prod) when run on localhost the images show. All other things are loading properly. this is my package json cli: ~6.2.0-beta.2 firebase-tools: 4.1.0 { "name": "protocols", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "deploy": "ng build --prod && firebase deploy" }, "private": true,