-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
After building a vue 2 application we usually have a folder like this:
This index.html file is not going to be imported from single-spa, so I've removed the HtmlWebpackPlugin as recommend, which skips the index.html.
However, this index.html file imported the global styles generated from vue.
<script defer="defer" src="/main.82db85a9.js" nomodule>
After removing it, my spa only requires the css files from the views, not the "main.hash.js" file (which contains the styles from global components and such).
How can I fix this? While still using hashed files?
Thanks for the help!!
Metadata
Metadata
Assignees
Labels
No labels

