Skip to content
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-plugin-istanbul is not working properly in babel config file #282

Open
Jamesj001 opened this issue Jun 8, 2023 · 1 comment
Open

Comments

@Jamesj001
Copy link

This issue is a bit strange one as the above statement is partially happening

Added babel-plugin-istanbul in babel config file like this :

plugins: [
        '@babel/plugin-proposal-object-rest-spread',
        [
          "istanbul",
          {
            "excludeNodeModules": false
          }
        ]
      ]

Explaining in detail :

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 ?

@Jamesj001
Copy link
Author

Jamesj001 commented Jun 8, 2023

@coreyfarrell @bcoe any thoughts on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant