Skip to content

Commit

Permalink
hotfix: document v5.0 change to default scriptLoading
Browse files Browse the repository at this point in the history
The default value of the `scriptLoading` option was changed in 35b6b87.
  • Loading branch information
david-fong authored and jantimon committed Feb 22, 2021
1 parent dea2f4d commit 570f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ declare namespace HtmlWebpackPlugin {
* blocking will result in <script src="..."></script>
* defer will result in <script defer src="..."></script>
*
* @default 'blocking'
* @default 'defer'
*/
scriptLoading?: "blocking" | "defer";
/**
Expand Down

0 comments on commit 570f735

Please sign in to comment.