-
Notifications
You must be signed in to change notification settings - Fork 25
Description
ERROR #85901 GRAPHQL
There was an error in your GraphQL query:
[BABEL] unknown: Invalid Option: The 'modules' option must be one of
-
'false' to indicate no module processing
-
a specific module type: 'commonjs', 'amd', 'umd', 'systemjs' - 'auto' (default) which will automatically select 'false' if the current
process is known to support ES module syntax, or "commonjs" otherwise
(While processing: "base$1")1 | query DocsQuery($slug: String!, $maxTocDeep: Int!) {
2 | allMdx {
3 | edges {
4 | node {
5 | tableOfContents(maxDepth: $maxTocDeep)
6 | headings {
| ^
7 | depth
8 | value
9 | }
10 | fields {
11 | slug
12 | path
13 | }
14 | frontmatter {
15 | title
16 | subtitle
File path: D:/工作目录/个人目录/my-docs/node_modules/antdsite/src/templates/index.tsx
Url path: /guide/introduction
Plugin: none