codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 220 forks source link

fix(controller): don't warn if name is default #559

Closed codymikol closed 9 months ago

codymikol commented 9 months ago

This prevents a warning that occurs when output.filename is set to '[name].js'. Because this is the default, there is no need to warn the user as no change will happen.

Fixes #550