I have a simple project generated with vue-cli. When I run the vue-cli-service build
command it produces CSS file correctly. When I run the vue-cli-service build --watch
command it only builds JavaScript files. There are no CSS files.
How can I generate CSS files in watch mode?
Content-Security-Policy
HTTP header set todefault-src 'self' 'unsafe-eval' 'unsafe-inline'
. – Arrowood