support bundling of url
properties (like for @font-face
+ src
) during CSS file optimization
#1199
Labels
Milestone
Summary
As observed in ProjectEvergreen/www.greenwoodjs.dev#9, it appears that certain URL based CSS features are not bundling (like we do with
@import
), like in this example for@font-face
, which will just yield a 404 in production builds.Details
This should bundle (e.g. copy) the file into the build output automatically for
@font-face
references and ideally thing else that is of typeUrl
The text was updated successfully, but these errors were encountered: