We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "extends": "@eggjs/tsconfig", "compilerOptions": { "declaration": false, "paths": { "@/module/*": ["app/module/*"] }, "baseUrl": ".", "noUnusedLocals": false, "noUnusedParameters": false, "module": "ES6", // "moduleResolution": "Node", // "target": "ES6", // "esModuleInterop": true } }
我使用的第三方包node-fetch3只支持es模块化,所以无法使用。
None
18.16.1
3.15.0
"egg-mysql": "^4.0.0", "egg-scripts": "^2.17.0", "egg-tracer": "^2.0.0",
win11
The text was updated successfully, but these errors were encountered:
对,目前 egg 只支持 commonjs。esm 还在进行中,估计是一个很长期的过程才能全链路支持。
Sorry, something went wrong.
No branches or pull requests
Your detail info about the Bug:
我使用的第三方包node-fetch3只支持es模块化,所以无法使用。
Reproduction Repo
None
Node Version
18.16.1
Eggjs Version
3.15.0
Plugin Name and its version
Platform and its version
win11
The text was updated successfully, but these errors were encountered: