romainberger/webpack-rtl-plugin

Exclude some packages

Opened this issue · 3 comments

Hi

there is no option for ignoring some node modules?
I use leaflet in my project and when I used this plugin, leaflet not working anymore
so I want to ignore css of this module and this code not workign:

/*!rtl:begin:ignore*/
@import "~leaflet/dist/leaflet.css";
/*!rtl:end:ignore*/

Hi, there's no option to ignore files indeed. I'll try to add an option to do that whenever I have some time.

Is this option still not added? I met the same problem

nsra commented

the same here, i need execution option