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