diff --git a/patches/webpack-font-preload-plugin+1.5.0.patch b/patches/webpack-font-preload-plugin+1.5.0.patch deleted file mode 100644 index 7f84ffa90a7c..000000000000 --- a/patches/webpack-font-preload-plugin+1.5.0.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/node_modules/webpack-font-preload-plugin/src/index.js b/node_modules/webpack-font-preload-plugin/src/index.js -index 1dda023..b17b3ec 100644 ---- a/node_modules/webpack-font-preload-plugin/src/index.js -+++ b/node_modules/webpack-font-preload-plugin/src/index.js -@@ -143,6 +143,18 @@ class WebpackFontPreloadPlugin { - */ - getLinkTag(name, publicPath) { - const { crossorigin, loadType } = this.options; -+ const isLottie = name.endsWith(".lottie"); -+ -+ // If the asset is a lottie file, then preload it as fetch. -+ if (isLottie) { -+ return ``; -+ } -+ - return `