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
{{ message }}
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.
would be useful to document babel 6 configs that can be passed as options to isparta-loader. My project cannot use config straight from .babelrc because some of my plugins are not yet babel 6 compatible. I was able to use the new isparta-loader though with the following config. Hopefully this save others some debugging time. Also, would be useful to merge the options rather than having to redefine all of them
I use async/await functions ( stage-3 ) in Babel 6, and I try to follow README.md to generate code coverage, but I got many errors on async function some() { } expression in js file.
Your config options figure me out: I need to add babel 6 config in webpack.config.js so isparta can parse async/await functions.
would be useful to document babel 6 configs that can be passed as options to isparta-loader. My project cannot use config straight from .babelrc because some of my plugins are not yet babel 6 compatible. I was able to use the new isparta-loader though with the following config. Hopefully this save others some debugging time. Also, would be useful to merge the
options
rather than having to redefine all of themThe text was updated successfully, but these errors were encountered: