Closed sotojuan closed 8 years ago
Hmm.
I wasn't doing use-strict
. I wonder if that is your problem somehow.
Use strict is implied for ES2015 modules. Not sure why Babel doesn't just handle that.
All right, phew, fixed a lot of stuff. The rest should just be style fixes from now on.
What was the issue? The use strict
line?
That and I forgot to add more files to the only
array in the Babel config 😅
@sindresorhus What do you think?
Looks good. Thanks @sotojuan :)
Fixes #18.