-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
chore: refactor bundling to improve old moduleResolution support #579
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
@@ -5,6 +5,7 @@ | |||
"editor.defaultFormatter": "esbenp.prettier-vscode", | |||
"editor.formatOnSave": true, | |||
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }], | |||
"explorer.excludeGitIgnore": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how I feel about this, but will give it a try.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to revert it if you don't like it
Required for #583
Bundled files are now in top-level to support resolutions that doesn't look in package.json#exports: (I've enabled a setting to hide ignored files from the explorer to keep the file tree tidy)
use vitest workspaces for testing cause why not