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
Strings in `knownFramework` and `knownFirstparty` option
arrays can now include regular expression patterns.
💣 Options are now matched against only the first part of
the module path (i.e. up to the first `/`). This means
something like `myapp` in `knownFirstparty` will match
`'myapp/subdir/foo'` but not `'myapp-addon/lib'`, where
previously it would have.
0 commit comments