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.
When the compression plugin is told to remove original asset (for example for use with
nginxgzip_static+gunzipoptions) the bundle tracker only saves the.gzversion keys inassetsdictionary and the chunk assets list is empty ("mychunk": []).Expected behavior would be that
assetscontinues listing the deleted uncompressed files and that chunks reference the assets without.gzsuffix.