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
The filter argument for the onResolve and onLoad plugin API doesn't appear to respect the RegExp case-insensitivity flag.
For example, the following will only match files ending in .cpp or .c but not .C or .CPP even though the i flag is specified at the end of the RegExp literal.