![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
mkdocs-minify-html-plugin
Advanced tools
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.
Install:
pip install -U mkdocs-minify-html-plugin
Activate in mkdocs.yml
:
plugins:
- search
- minify_html
A description of all options is available in the minify_html docs.
The default plugin options are aimed at the best possible minification while maintaining compliance with the specification:
plugins:
- search
- minify_html:
do_not_minify_doctype: true
ensure_spec_compliant_unquoted_attribute_values: true
keep_closing_tags: false
keep_html_and_head_opening_tags: false
keep_spaces_between_attributes: true
keep_comments: false
keep_input_type_text_attr: true
keep_ssi_comments: false
preserve_brace_template_syntax: false
preserve_chevron_percent_template_syntax: false
minify_css: true
minify_js: true
remove_bangs: false
remove_processing_instructions: false
FAQs
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier
We found that mkdocs-minify-html-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.