From bf5c27a1bd7e8ff4c358c0590c58173ee6f0fc76 Mon Sep 17 00:00:00 2001 From: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:10:50 -0400 Subject: [PATCH] chore: normalize separator in `content` on the `viewport` `meta` tag (#26268) The functionality is the same as before, but it this change works around a bug in https://github.com/terser/html-minifier-terser which causes the space to be removed, and the tag to become invalid (this only affects the webpack build). Upstream issues: https://github.com/webdiscus/html-bundler-webpack-plugin/issues/106 https://github.com/terser/html-minifier-terser/issues/178 --- app/home.html | 2 +- app/popup.html | 2 +- development/ts-migration-dashboard/app/public/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/home.html b/app/home.html index 55ab0b8c2695..21022bd213fb 100644 --- a/app/home.html +++ b/app/home.html @@ -2,7 +2,7 @@
- + <% if (it.isMMI && !it.isTest) { %>