wix-incubator / rtlcss-webpack-plugin

webpack plugin for rtlcss
MIT License
18 stars 7 forks source link

Fix issues with bumping to webpack v5 #10

Closed ronami closed 3 years ago

ronami commented 3 years ago

Summary

This PR fixes issues introduced in #9 that caused processAssets() to run with the the plugin's this. This PR fixes it and also addresses some linting issues from that change.