Paul Sachs

Results 26 comments of Paul Sachs

Any word on this getting resolved? It looks like babel 7 will be using this plugin by default. Would be nice for this behaviour to be fixed.

I am also running into a similar issue. Though mine occurs regardless of transpileOnly. ts-loader works fine. ```json { "compilerOptions": { "noImplicitAny": true, "removeComments": true, "allowJs": true, "strictNullChecks": true, "baseUrl":...

Alright cool, I'll take a look at that and see what I can do. Potential pull request perhaps. Thanks.

Hey @gpbl, I'm having trouble seeing where I can integrate hot loading into globalization. I've only really just started looking at nodejs in general and react even more recently. When...

Any update on this guy? Seems like a pretty straight forward PR.

I am also having a similar issue with this project here: https://github.com/psachs21/web-boilerplate I run the coverage but it only reports on coverage of the tested files, not the untested files....

@marco-ramirez my example repo does everything @bcoe mentioned, it still does not work. It is using `istanbul` in it's babelrc file. I call `nyc --all ava` as suggested. And untested...

@Gazareth PR would be much appreciated. I'd like to use cubic-bezier as well, given that the docs say they support any CSS easing function.

@gennaro-tedesco You are understanding correctly. I'll try to get a little time and put a PR together.

This looks very similar to my PR #1597 which has also been kinda just sitting there. I don't actually care which get's merged but it would awesome for one of...