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
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
Function preflightCheck ignore babel options as ignore or only.
If I ignore node_modules directory, and try compile code, plugin throw error on any file inside node_modules (in my case, I use rollup with karma, and have errors in deep-equal or jquery).
If the function uses current way for helpers existing, then the function must check file path with using only/ignore` options.
The text was updated successfully, but these errors were encountered:
Function
preflightCheck
ignore babel options asignore
oronly
.If I ignore
node_modules
directory, and try compile code, plugin throw error on any file insidenode_modules
(in my case, I userollup
withkarma
, and have errors indeep-equal
orjquery
).If the function uses current way for helpers existing, then the function must check file path with using
only
/ignore` options.The text was updated successfully, but these errors were encountered: