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
I've tried this package before, and just thought; let's try it again!
Unfortunately after adding the package, the screen stay's blank with only two console errors.
Does the babel transform also affect existing js files? I have a working js/react project, and are simply adding this package to it. No other changes at all:
It shouldn't have any effect on .js files as the plugin is only registered for .ts and .tsx files.
However, perhaps one of the npm packages contains .ts files which are now being transpiled and causing issues?
You can try adding a .tsignore file to your project root to exclude npm packages:
node_modules/
If you provide a reproduction repo I'll take a look.
I've tried this package before, and just thought; let's try it again!
Unfortunately after adding the package, the screen stay's blank with only two console errors.
Does the babel transform also affect existing js files? I have a working js/react project, and are simply adding this package to it. No other changes at all:
The text was updated successfully, but these errors were encountered: