Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 7e3357d

Browse files
committed
Remove note on react scripts 2.0.0
1 parent d68ffec commit 7e3357d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-scripts/template/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,6 @@ An alternative way of handling static assets is described in the next section.
698698

699699
## Adding GraphQL files
700700

701-
> Note: this feature is available with [email protected] and higher.
702-
703701
If you are using GraphQL, you can **`import` GraphQL files in a JavaScript module**.
704702

705703
By importing GraphQL queries instead of using a [template tag](https://github.com/apollographql/graphql-tag), they are preprocessed at build time. This eliminates the need to process them on the client at run time. It also allows you to separate your GraphQL queries from your code. You can put a GraphQL query in a file with a `.graphql` extension.

0 commit comments

Comments
 (0)