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
Hi! I think the easiest way to do it would be to setup typescript + ts-patch to transpile your code to javascript in a specific folder, and then let babel take it from there using the already transpiled javascript.
we use babel and cannot use ts-loader patch etc...
we have a plugin that take a ts containing the string, want to pass it to your package and then send the new string back to babel.
how we could do that?
The text was updated successfully, but these errors were encountered: