Skip to content

Commit

Permalink
fix: πŸ› critical path css should go first not last on cssStack
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreese committed Aug 11, 2020
1 parent d4b7523 commit 9c6971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/critical-path-css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const plugin = {
cssStack.push({
source: 'hooksjs',
string: critCss,
priority: 100,
priority: 1,
});

return { cssStack };
Expand Down

0 comments on commit 9c6971d

Please sign in to comment.