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 88fcfa8 commit 0552f76Copy full SHA for 0552f76
packages/generators/init-generator.ts
@@ -228,7 +228,7 @@ export default class InitGenerator extends Generator {
228
if(!this.isProd) {
229
this.dependencies.push("html-webpack-plugin");
230
const htmlWebpackDependency: string = "html-webpack-plugin";
231
- const htmlwebpackPlugin: string = generatePluginName(htmlWebpackDependency);
+ const htmlwebpackPlugin = generatePluginName(htmlWebpackDependency);
232
(this.configuration.config.topScope as string[]).push(
233
`const ${htmlwebpackPlugin} = require('${htmlWebpackDependency}')`,
234
"\n",
0 commit comments