romainberger / webpack-rtl-plugin

Webpack plugin to produce a rtl css bundle
MIT License
47 stars 33 forks source link

Ensure files are added to each compilation chunk #4

Closed mnzaki closed 8 years ago

mnzaki commented 8 years ago

This fixes the plugin so that compilation.getStats() returns the added .rtl.css files as well. This is necessary for things like HtmlWebpackPlugin to function properly

romainberger commented 8 years ago

Thanks!