enddev
Results
2
comments of
enddev
TreeShake worked when i enabled it on your example project. However, try add extractCSS to the build property. With not extracting, all of the CSS gets injected into the head...
> Finally the solution pointed out by @SLIpros (using extractCSS) seems to add all the CSS from Vuetify in an external CSS file and load that. From my understanding if...