We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea2f4d commit 570f735Copy full SHA for 570f735
1 file changed
typings.d.ts
@@ -94,7 +94,7 @@ declare namespace HtmlWebpackPlugin {
94
* blocking will result in <script src="..."></script>
95
* defer will result in <script defer src="..."></script>
96
*
97
- * @default 'blocking'
+ * @default 'defer'
98
*/
99
scriptLoading?: "blocking" | "defer";
100
/**
0 commit comments