Merged
Conversation
We changed to default to ESM imports a while ago, which means local builds are now breaking because the Tailwind uses a require. Changed to CJS for Tailwind config file. (I have no idea how this has been working on Vercel all this time.)
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
ChrisChinchilla
approved these changes
Aug 7, 2025
charislam
added a commit
that referenced
this pull request
Aug 7, 2025
We changed to default to ESM imports a while ago, which means local builds are now breaking because the Tailwind uses a require. Changed to CJS for Tailwind config file. (I have no idea how this has been working on Vercel all this time.)
charislam
added a commit
that referenced
this pull request
Aug 7, 2025
We changed to default to ESM imports a while ago, which means local builds are now breaking because the Tailwind uses a require. Changed to CJS for Tailwind config file. (I have no idea how this has been working on Vercel all this time.)
charislam
added a commit
that referenced
this pull request
Aug 13, 2025
* refactor: reading markdown docs files
Refactor how Markdown docs files are read:
- Reuses the same logic across search index generation & page generation
- Improves the indexed content for search:
- Stops removing MDX components, which often contain useful
information like Admonitions
- Denormalizes Partials and CodeSamples for more complete content
This is a prerequisite step for implementing the "Copy docs as Markdown"
functionality.
Only touches regular guides for now, not federated ones.
* fix: tailwind build error (#37728)
We changed to default to ESM imports a while ago, which means local
builds are now breaking because the Tailwind uses a require. Changed to
CJS for Tailwind config file. (I have no idea how this has been working
on Vercel all this time.)
* style: prettier
PLyn
pushed a commit
that referenced
this pull request
Aug 25, 2025
We changed to default to ESM imports a while ago, which means local builds are now breaking because the Tailwind uses a require. Changed to CJS for Tailwind config file. (I have no idea how this has been working on Vercel all this time.)
PLyn
pushed a commit
that referenced
this pull request
Aug 25, 2025
* refactor: reading markdown docs files
Refactor how Markdown docs files are read:
- Reuses the same logic across search index generation & page generation
- Improves the indexed content for search:
- Stops removing MDX components, which often contain useful
information like Admonitions
- Denormalizes Partials and CodeSamples for more complete content
This is a prerequisite step for implementing the "Copy docs as Markdown"
functionality.
Only touches regular guides for now, not federated ones.
* fix: tailwind build error (#37728)
We changed to default to ESM imports a while ago, which means local
builds are now breaking because the Tailwind uses a require. Changed to
CJS for Tailwind config file. (I have no idea how this has been working
on Vercel all this time.)
* style: prettier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We changed to default to ESM imports a while ago, which means local builds are now breaking because the Tailwind uses a require. Changed to CJS for Tailwind config file. (I have no idea how this has been working on Vercel all this time.)