Added support for ES modules by default
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.