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
So when I add the babel-plugin-istanbul in babel.config.js it works completely fine but if i add it in babel.config.cts in the same manner it's not working properly
So the only difference is in the extension of the 2 babel config files i.e. .js and .cts
Any clue how to fix this ?
The text was updated successfully, but these errors were encountered:
This issue is a bit strange one as the above statement is partially happening
Added babel-plugin-istanbul in babel config file like this :
Explaining in detail :
So when I add the
babel-plugin-istanbul
inbabel.config.js
it works completely fine but if i add it inbabel.config.cts
in the same manner it's not working properlySo the only difference is in the extension of the 2 babel config files i.e.
.js
and.cts
Any clue how to fix this ?
The text was updated successfully, but these errors were encountered: