You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an entry point (ie. app.js) which contains both javascript and css, is there currently a way to get the css file into a link in the html file?
The implementation is working for me, but perhaps doesn't feel 100% as it assumes that you're wanting a .css file to be linked. I feel like this a good feature to have - I'm happy to take some feedback and polish it up if needs be.
If I have an entry point (ie. app.js) which contains both javascript and css, is there currently a way to get the css file into a link in the html file?
I found a way, but had to modify the plugin to support it.
https://github.com/squirmy/indexhtml-webpack-plugin/
Here's an example of it in use:
https://github.com/squirmy/vue-loader-example/
The implementation is working for me, but perhaps doesn't feel 100% as it assumes that you're wanting a .css file to be linked. I feel like this a good feature to have - I'm happy to take some feedback and polish it up if needs be.
Could this be related to #2 ?
The text was updated successfully, but these errors were encountered: