Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Incorrect algorithm in preflightCheck #102

Closed
demiazz opened this issue Nov 15, 2016 · 1 comment · Fixed by #108
Closed

Incorrect algorithm in preflightCheck #102

demiazz opened this issue Nov 15, 2016 · 1 comment · Fixed by #108

Comments

@demiazz
Copy link

demiazz commented Nov 15, 2016

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.

Rich-Harris added a commit that referenced this issue Dec 13, 2016
remove ignore from preflight options
@Rich-Harris
Copy link
Contributor

Shuold be fixed in 2.7.1 – thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants