Avoid multiple imports of assets in components
-
Is there a way to make sure an asset is only loaded once? Currently, if i import a CSS asset in multiple components, once they are building I noticed they are inserted in the DOM multiple times and it would be great avoiding repeated imports (of any kind of asset)
-
This could work for you
https://playground.jsreport.net/w/anon/OVlVZ1~X
-
Neat, thank you @jan_blaha