You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: Seems like the \ character was breaking the string-to-regex interpretation. Making it like this fixed my issue: "exclude": "^(?!.*module).+\\.(css)$",. Suspicion is that it has something to do with me using .babelrc instead of webpack for this config.
As title states, it does not seem to be possible to care only about .module-files.
PR #144 seems intended to fix that (include option)
The text was updated successfully, but these errors were encountered: