Skip to content

Commit 8d34b81

Browse files
committed
fix: use correct casing for webpack type import
1 parent 36f9aca commit 8d34b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/child-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class HtmlWebpackChildCompiler {
6868
* This function will start the template compilation
6969
* once it is started no more templates can be added
7070
*
71-
* @param {import('Webpack').Compilation} mainCompilation
71+
* @param {import('webpack').Compilation} mainCompilation
7272
* @returns {Promise<{[templatePath: string]: { content: string, hash: string, entry: WebpackChunk }}>}
7373
*/
7474
compileTemplates (mainCompilation) {

0 commit comments

Comments
 (0)