From 5f4cb26b4349c4bc6706f2b7ae7f3f1856fc6f05 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 26 Nov 2024 06:47:11 +0100 Subject: [PATCH] =?UTF-8?q?Webpack=20=E2=86=92=20webpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/knip/src/plugins/webpack/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/knip/src/plugins/webpack/index.ts b/packages/knip/src/plugins/webpack/index.ts index ac7b817ea..88b650fac 100644 --- a/packages/knip/src/plugins/webpack/index.ts +++ b/packages/knip/src/plugins/webpack/index.ts @@ -17,7 +17,7 @@ import type { Argv, Env, WebpackConfig } from './types.js'; // https://webpack.js.org/configuration/ -const title = 'Webpack'; +const title = 'webpack'; const enablers = ['webpack', 'webpack-cli'];