My vue production build (built with npm run build
) delivers a styled (the background color from my css is applied) blank page.
If I check the page source I see that the js code is properly loaded, but my app
div is still empty.
What can be the source of that?