Skip to content

Commit 05cfa79

Browse files
authored
fix(docs): fixed warning inaccuracy (#478)
specify correct default filename Fixes N/A
1 parent 1598fa6 commit 05cfa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/karma-webpack/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class KW_Controller {
2626
`
2727
karma-webpack does not currently support customized filenames via
2828
webpack output.filename, if this is something you need consider opening a ticket.
29-
defaulting ${newOptions.output.filename} to file[id].`.trim()
29+
defaulting ${newOptions.output.filename} to [name].js.`.trim()
3030
);
3131
delete newOptions.output.filename;
3232
}

0 commit comments

Comments
 (0)