-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@babel/typescript preset #43
Comments
If you want use babel with TypeScript, here is an alternative which has full compatible with babel: babel-plugin-import |
hi, I use next.js + typescript + antd + babel-plugin-import |
same problem. |
If you are using babel-loader with webpack, please use babel-plugin-import. |
Hi, can this be used purely with babel-loader? Since with Babel 7.x the preset "@babel/typescript", ts-loader does not seem to be needed anymore, but "babel-plugin-import" seems to not support babel 7 yet.
thanks!
Pedro
The text was updated successfully, but these errors were encountered: