This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Inject CSS dynamically #69
Closed
Description
Expected behavior
I would like to have the css styles injected inside '<style/>' tags like explained here: https://vuejs.org/v2/guide/deployment.html#Pre-Compiling-Templates
I have 1 or 2 CSS rules per component, so I don't want to extract them to a separate file.
Actual behavior
By default, it extracts it at the root of my project in a file called 'bundle.css'
Is there a way to disable CSS extraction?
Metadata
Metadata
Assignees
Labels
No labels