You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the compression plugin is told to remove original asset (for example for use with nginxgzip_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.
The text was updated successfully, but these errors were encountered:
In this situation there is no way to map from main chunk to main-ac5703ff529608b52267.js filename to allow nginx to serve this file with gzip_static + gunzip options.
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 inassets
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.The text was updated successfully, but these errors were encountered: