This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Transpiled sources #17
Comments
EDIT: My mistake, read your code wrong. |
One for coverage, one for just tests. Cov is pretty slow, so I rarely run it
|
Hmm, it appears that my code isn't being transpiled. I get warnings like:
But I thought the Babel loader was handling those... |
If you are using babel6 (I reckon you do), you need presets. |
excluding in webpack, yours is the only expression that worked!
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this working, but the coverage is showing my transpiled sources. I've spent hours trying to figure out which modules to use to get the ES6 code to be shown by Istanbul.
Do I need something like
isparta-loader
? I tried plugging it in as apreLoader
, but no dice.My
karma.config
My
tests.webpack.js
is my single entry point.The text was updated successfully, but these errors were encountered: