Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent minification of .html files #17349

Merged
merged 1 commit into from
May 18, 2021
Merged

Prevent minification of .html files #17349

merged 1 commit into from
May 18, 2021

Commits on May 18, 2021

  1. Prevent minification of .html files generated by new verison html-w…

    …ebpack-plugin
    
    This described in #17330 (comment), this should prevent the newly introduced version of `html-webpack-plugin` from minifying `.html` files, like e.g. `index.html`, `jitsi.html`, et cetera …
    
    Quoting @jryans via: #17330 (comment)
    
    > The content of the `index.html` file is not a supported API surface, so it might change at any time.
    > 
    > This document minification was not done on purpose, but instead it happened as a side effect of upgrading. We would happily accept a PR to fix this, but it is also not a priority for the core team.
    
    Could please someone test and, hopefully, accept this change back to not minifying the `.html` files?
    fooness committed May 18, 2021
    Configuration menu
    Copy the full SHA
    10194fe View commit details
    Browse the repository at this point in the history