Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update HtmlWebpackPlugin to use valid HTML5 script tags (#45)
Set `scriptLoading: 'blocking'` in HtmlWebpackPlugin to remove `type="defer"` from inline script tags, ensuring compliance with HTML5 standards.
- Loading branch information