Skip to content

Commit 9528997

Browse files
committed
fix typing
1 parent aac957c commit 9528997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config: Configuration = {
2121
}]
2222
},
2323
plugins: [
24-
new HtmlWebpackPlugin()
24+
new HtmlWebpackPlugin() as any
2525
]
2626
}
2727

0 commit comments

Comments
 (0)