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
Describe the bug
Hello I keep getting this message when i try to use this in react:
Failed to compile.
SyntaxError: /Users/andyluu/repo/3d-data/d3-x3d/node_modules/d3-x3d/index.js: Support for the experimental syntax 'importAttributes' isn't currently enabled (13:55):
11 | const copyright = Copyright (C) ${year} ${author};
12 |
13 | import {default as packageJson} from "./package.json" assert { type: "json" };
| ^
14 | const version = packageJson.version;
15 | const license = packageJson.license;
16 |
Add @babel/plugin-syntax-import-attributes (https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-attributes) to the 'plugins' section of your Babel config to enable parsing.
at parser.next ()
at normalizeFile.next ()
at run.next ()
at transform.next ()
ERROR in ./node_modules/d3-x3d/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /Users/andyluu/repo/3d-data/d3-x3d/node_modules/d3-x3d/index.js: Support for the experimental syntax 'importAttributes' isn't currently enabled (13:55):
Describe the bug
Hello I keep getting this message when i try to use this in react:
Failed to compile.
SyntaxError: /Users/andyluu/repo/3d-data/d3-x3d/node_modules/d3-x3d/index.js: Support for the experimental syntax 'importAttributes' isn't currently enabled (13:55):
11 | const copyright =
Copyright (C) ${year} ${author}
;12 |
Add @babel/plugin-syntax-import-attributes (https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-attributes) to the 'plugins' section of your Babel config to enable parsing.
at parser.next ()
at normalizeFile.next ()
at run.next ()
at transform.next ()
ERROR in ./node_modules/d3-x3d/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /Users/andyluu/repo/3d-data/d3-x3d/node_modules/d3-x3d/index.js: Support for the experimental syntax 'importAttributes' isn't currently enabled (13:55):
11 | const copyright =
Copyright (C) ${year} ${author}
;12 |
To Reproduce
Steps to reproduce the behavior:
Create a React App and then install this module and try to require it somewhere in the app.js file.
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: