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
You can use babel-loader just like any other loader by putting it in the module.rules.use field of your webpack.config.
For example, see the TypeScript example project in this repo. Your webpack.config will be very similar, except that you'll use babel-loader instead of ts-loader
I'm transpiling my react app with
babel-loader
. How do I set upcoverage-istanbul-loader
to play nicely withbabel
?The text was updated successfully, but these errors were encountered: