sterzhakov / karma-webpack-preprocessor

A Karma plugin. Compile webpack files on the fly.
3 stars 4 forks source link

Modernising for 2021 #3

Open eKoopmans opened 3 years ago

eKoopmans commented 3 years ago

Hi @sterzhakov , thanks for sharing karma-webpack-preprocessor. I would like to add some changes to the library to support my use cases - would you be open to a PR? Namely, I would like to add:

I'm happy to make these changes and submit them as a PR - I have already begun the work for my own use. Let me know if you're open. All the changes I've described should be backwards-compatible, though I'm focusing on Webpack 5, so we may need some additional testing if we want to ensure older versions (e.g. Webpack 2) stay supported.

sterzhakov commented 3 years ago

Hi @eKoopmans good thoughts, welcome ;)