Skip to content

Commit

Permalink
fix: use correct casing for webpack type import
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Feb 3, 2021
1 parent 36f9aca commit 8d34b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/child-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8d34b81

Please sign in to comment.