theguild-bot
released this
17 Oct 11:43
·
7 commits
to master
since this release
Patch Changes
-
#2312
8bbdc6b
Thanks @PowerKiKi! - Smaller bundle forgql
-
#2314
e98e06a
Thanks @PowerKiKi! - Deprecategraphql
alias forgql
tag functionBecause importing the same thing from two different import points will increase the final bundle
size. If you want a different name for the tag function, then useas
syntax, such as:import { gql as graphql } from 'apollo-angular';