Open
Description
When the compression plugin is told to remove original asset (for example for use with nginx
gzip_static
+ gunzip
options) the bundle tracker only saves the .gz
version keys in assets
dictionary and the chunk assets list is empty ("mychunk": []
).
Expected behavior would be that assets
continues listing the deleted uncompressed files and that chunks reference the assets without .gz
suffix.
Metadata
Metadata
Assignees
Labels
No labels