-
Notifications
You must be signed in to change notification settings - Fork 167
fix: esbuild md loader #766
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
base: main
Are you sure you want to change the base?
Conversation
|
|
@gdaybrice is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
db0523d to
998213c
Compare
|
supporting markdown loading "by default" seems odd to me. Maybe the better option is to allow people to provide their own loaders. wdyt @ijjk ? |
|
@pranaygp agree it's not ideal, would be better to support the turbopack configuration if any custom loader is setup. |
998213c to
5e878e5
Compare
|
@pranaygp made some changes, is this a simpler approach? |
| logLevel: 'silent', | ||
| // External packages that should not be bundled during discovery | ||
| external: this.config.externalPackages || [], | ||
| loader: this.config.esbuildLoaders, |
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.
5e878e5 to
631badb
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Fixing #724