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
I was trying to exclude a folder from message extraction through an ignore rule in the mapping file, and ended up having to read the source code to find out how to do it. Some of the questions that are not answered in the documentation are:
How to specify the ignore filter (A: [ignore: something/**.txt])
How does Babel evaluate the priority in the mapping? (A: By first match, so ignore rules need to be listed first)