You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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")
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)
File path: D:/工作目录/个人目录/my-docs/node_modules/antdsite/src/templates/index.tsx
Url path: /guide/introduction
Plugin: none
The text was updated successfully, but these errors were encountered: