Open justtonytone opened 7 years ago
No plans for this yet, but that sounds like a decent idea to me!
I think it's best to offer an option to exclude processing files in certain directories, that way we don't break backwards compatibility. We can default to ["node_modules"]
or whatever syntax works with our implementation. đź‘Ť
Without node_modules
excluded I think this plugin isn't very useful. I think majority of builds using webpack would be pulling files in from node_modules
.
I certainly still find use in it, but I totally agree. It needs to happen, but I'm in my last semester of university, working full time, and preparing to move across the country in a couple months. So, I'm pretty much shot for time to work on open source. :(
I'm pretty sure this would be an easy task, and I welcome any method of solving it if anyone is interested to try.
Is there any update for exclude feature?
Nothing’s happened. I don’t work in web space these days as much as I used to, so I haven’t had the bandwidth to do this myself. Shouldn’t be too complicated if you’d like to take a stab at it yourself and send in a PR :)
Are there any options or future plans to include options to exclude files from certain directories (e.g. node_modules), or perhaps to only include files from certain directories?