Dawid van der Hoven

Results 19 comments of Dawid van der Hoven

Also same issue here, Any info/help on this would be great

Has there been any further news on this? I haven't tried to validate with ajax but i am now in a situation where i need to... Is this possible?

Ah no way, I had exactly the same thought but what happens when you need to scope a fix or feat platform specifically for example `fix(ios): ...` or `feat(android): ...`?...

@xotahal okay I have added a paramater of `include_scopes` which will only allow the scopes that are added, let me know if this is what you had in mind. ~The...

Hey @xotahal will this be merged?

@hedy-tech your above solution also solved my problem, perhaps open a PR so this can get merged in?

Hey @zacck thanks for your suggestion I am definitely going to look into this, new to testing react components more accustomed to very simple unit testing with tape.

hey @cybot1711 if I am not mistaken `babel-preset-env` wont include any `stage-x` plugins such as `syntax-dynamic-import` and `transform-class-properties` which is what `stage-2` includes plus `stage-3` which includes things like `transform-object-rest-spread`...