The manualInject option doesn't seem to work #40
Comments
+1 the same issue. We just used a workaround:
And in our .vue code, we do this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble using the manualInject option for the vue-style-loader while using vue cli 3.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Styling keeps automaticly injecting the styling into the DOM
If the current behavior is a bug, please provide the steps to reproduce.
Here is my vue.config.js:
Inside my main.js
The import:
The injection inside my mounting function:
What is the expected behavior?
Ability to manually inject styling by using
styling.__inject__()
.Please mention other relevant information such as your webpack version, Node.js version and Operating System.
Node version: v10.16.0
OS: Mac OS 10.16.6
Webpack: 4.28.4
The text was updated successfully, but these errors were encountered: