Replies: 1 comment
-
@pgnd Are you using compression-webpack-plugin to generate You can also try the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm adding static-compressed assets to my usual webpack5 builds. e.g., using brotli compression,
with my current manifest config,
the generated manifest includes,
I want the '.br' in the same unhashed key asset form/path as the UNcompressed asset.
So, e.g., expecting in this case, instead
I thought the mod of
would be sufficient. Apparently not.
Does
w-a-m
have native support for handlingjs.br
type 2-extensions asset naming, specifically for compressed assets (.br, .gz, etc)?Or a good example of some name parsing conditionals that'll make it behave as intended?
Beta Was this translation helpful? Give feedback.
All reactions