From 05cfa7958c694b173dd133ad0a6692e63e43f129 Mon Sep 17 00:00:00 2001 From: Cody Mikol Date: Tue, 2 Feb 2021 00:02:40 -0500 Subject: [PATCH] fix(docs): fixed warning inaccuracy (#478) specify correct default filename Fixes N/A --- lib/karma-webpack/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/karma-webpack/controller.js b/lib/karma-webpack/controller.js index 9fbd9f4b..c7e491c1 100644 --- a/lib/karma-webpack/controller.js +++ b/lib/karma-webpack/controller.js @@ -26,7 +26,7 @@ class KW_Controller { ` karma-webpack does not currently support customized filenames via webpack output.filename, if this is something you need consider opening a ticket. -defaulting ${newOptions.output.filename} to file[id].`.trim() +defaulting ${newOptions.output.filename} to [name].js.`.trim() ); delete newOptions.output.filename; }