From 8d34b81f1dee711d9c7b8ef7d65c4eff54cc1638 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sun, 3 Jan 2021 19:30:53 +0100 Subject: [PATCH] fix: use correct casing for webpack type import --- lib/child-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/child-compiler.js b/lib/child-compiler.js index 02d21de6..3fa49522 100644 --- a/lib/child-compiler.js +++ b/lib/child-compiler.js @@ -68,7 +68,7 @@ class HtmlWebpackChildCompiler { * This function will start the template compilation * once it is started no more templates can be added * - * @param {import('Webpack').Compilation} mainCompilation + * @param {import('webpack').Compilation} mainCompilation * @returns {Promise<{[templatePath: string]: { content: string, hash: string, entry: WebpackChunk }}>} */ compileTemplates (mainCompilation) {