I need to have babel run on /node_modules/identicons/ However I still want to exclude all other packages.
/node_modules/identicons/
Reason is the identicons package
I think you can use regex, something like
exclude: [ /node_modules\/(?!identicons).*/ ]