We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598fa6 commit 05cfa79Copy full SHA for 05cfa79
lib/karma-webpack/controller.js
@@ -26,7 +26,7 @@ class KW_Controller {
26
`
27
karma-webpack does not currently support customized filenames via
28
webpack output.filename, if this is something you need consider opening a ticket.
29
-defaulting ${newOptions.output.filename} to file[id].`.trim()
+defaulting ${newOptions.output.filename} to [name].js.`.trim()
30
);
31
delete newOptions.output.filename;
32
}
0 commit comments