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 was archived by the owner on Feb 16, 2021. It is now read-only.
"presets": ["stage-0","react","es2015"]// bad"presets": ["es2015","react","stage-0"]// good
Unless there is a reason related to tomb, would you be opposed to me putting in a PR to fix the ordering?
Also, the recommendation of passPerPreset: true breaks my build. From what I have read it is an experimental feature that is not 100% ready yet. Is it really required for tcomb to work correctly? I have not had any issues yet without it that I have seen (yet).