From 9c6971d13b0da2154d4c16e87855cb7143ba3089 Mon Sep 17 00:00:00 2001 From: Nick Reese Date: Mon, 10 Aug 2020 22:47:18 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20critical=20path=20css=20s?= =?UTF-8?q?hould=20go=20first=20not=20last=20on=20cssStack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/critical-path-css/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/critical-path-css/index.js b/packages/critical-path-css/index.js index 4d1d136..f3bd2f3 100644 --- a/packages/critical-path-css/index.js +++ b/packages/critical-path-css/index.js @@ -146,7 +146,7 @@ const plugin = { cssStack.push({ source: 'hooksjs', string: critCss, - priority: 100, + priority: 1, }); return { cssStack };