Vicente Jr Yuchitcho

Results 7 comments of Vicente Jr Yuchitcho

I don't think it's a bug. Based from the [api docs](https://babeljs.io/docs/usage/api/), setting the `sourceMaps` to `true` means that `babel.transform` will return the generated code along with a `map` property.

Not entirely. Setting `--source-map (true|inline|both)` overwrites the `sourceMaps` config you set in your `.babelrc`. But only through the cli can you have external source maps (Not sure why). For reference...

Is there a character limit?

Gotcha. FYI [line 37](https://github.com/1egoman/funnies/blob/master/src/funnies.js#L37) is 91 characters long.

`npm version ` this works well. But for PR's someone needs to run this command manually.

Actually now that I think about it, tagging should only be done manually. But let CI publish to npm on tag changes. I guess the biggest change that needs to...

This is something that's also blocking our team from using gitpod. Internally the team is using cloudflare warp.