Hovhannes Babayan
Hovhannes Babayan
Hi, I was looking through source code of `redux-batched-subscribe` and `redux-thunk` and noticed that according to `redux-thunk` implementation when you dispatch a function, thunk middleware calls that function and return...
This PR contains documentation updates for https://github.com/parcel-bundler/parcel/pull/7381 and describes AMD outputFormat.
This issue has been created to continue discussion opened at pull request #55, which tried to fix issue #53 . In order to keep master branch clean all changes from...
greenkeeper is awesome. Let's enable it on this repo to simplify dependency upgrades
Having tests is a nice thing, but having coverage data generated will help us to understand better where we have to write additional tests.
# ↪️ Pull Request This PR adds a new `outputFormat` - `amd`, which. will create bundle in [AMD format](https://requirejs.org/docs/whyamd.html#amd). This is related to https://github.com/parcel-bundler/parcel/issues/7312, and most probably code in this...