Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yonycalsin/c2e896c1ccf22afa62a7df2ac3d3afe9 to your computer and use it in GitHub Desktop.
Save yonycalsin/c2e896c1ccf22afa62a7df2ac3d3afe9 to your computer and use it in GitHub Desktop.
babel build directory compile has not working on windows

I also encountered this, using similar setup after switching from mac to windows.

I tried

babel src --out-dir lib --extensions .ts,.tsx

without the ' on the .ts,.tsx, it kinda works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment