Skip to content

Added support for ES modules by default

Choose a tag to compare

@gucheen gucheen released this 01 Dec 02:38
· 46 commits to master since this release

Now FetchQL distribute an ES module(./lib/fetchql.es.js) by default and you can simplely import FetchQL by import fetchql from 'fetchql'.

For details, please refer to PR: Added support for ES modules by default.