Below is my app.html template, where the /assets/img/header/logo.png doesn't display in any and all browsers while developing (with live reload), but it displays fine once I do npm run build:prod and then npm run server:prod. Note that I have not made any configuration changes to webpack.config.js or tsconfig.json.
Below is my app.html template, where the
/assets/img/header/logo.png
doesn't display in any and all browsers while developing (with live reload), but it displays fine once I donpm run build:prod
and thennpm run server:prod
. Note that I have not made any configuration changes to webpack.config.js or tsconfig.json.Is this the expected behavior? Should I make some changes in any of the configuration files?