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
moduleResolution: "Bundler"
No response
Since #1476 set moduleResolution: "Bundler", package.json don't export env.d.ts in exports.
env.d.ts
exports
In addition, in defineConfig at @solidjs/start/config, option vite has same problem.
defineConfig
@solidjs/start/config
vite
The text was updated successfully, but these errors were encountered:
@GiyoMoon Seems to be related to the PR around moduleResolution
Sorry, something went wrong.
Looks like #1506 has fixed the env part of this issue, the vite problem should be fixed by this Vinxi PR
env
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
No response
Expected behavior 🤔
Since #1476 set
moduleResolution: "Bundler"
, package.json don't exportenv.d.ts
inexports
.In addition, in
defineConfig
at@solidjs/start/config
, optionvite
has same problem.Steps to reproduce 🕹
No response
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: