@isograph/babel-plugin 0.0.0-main-b93a0db8 → 0.0.0-main-d60185d9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -20,7 +20,7 @@ module.exports = {
|
|
20
20
|
|
21
21
|
## What does it do?
|
22
22
|
|
23
|
-
This package changes calls to `isoFetch` to `require` calls for the generated artifact. For example, `` isoFetch`Query.
|
23
|
+
This package changes calls to `isoFetch` to `require` calls for the generated artifact. For example, `` isoFetch`Query.HomePage` `` might get replaced with `require("../__isograph/Query/HomePage/entrypoint.isograph.ts")`.
|
24
24
|
|
25
25
|
## Requirements
|
26
26
|
|