codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

refactor(karma-webpack): remove `compiler` legacy code (`compiler.plugin`) #342

Closed ryanclark closed 6 years ago

ryanclark commented 6 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior?

Remove legacy compiler hook code for webpack < v4.0.0 compatibility.

Does this PR introduce a breaking change?