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 aac957c commit 9528997Copy full SHA for 9528997
webpack.config.ts
@@ -21,7 +21,7 @@ const config: Configuration = {
21
}]
22
},
23
plugins: [
24
- new HtmlWebpackPlugin()
+ new HtmlWebpackPlugin() as any
25
]
26
}
27
0 commit comments