[code-infra] Add flat build setup#4959
Open
brijeshb42 wants to merge 2 commits into
Open
Conversation
commit: |
brijeshb42
commented
Jun 2, 2026
| "./store": "./src/store/index.ts", | ||
| "./*": "./src/*.ts" | ||
| "./*": "./src/*.ts", | ||
| "./*.test": null, |
Contributor
Author
There was a problem hiding this comment.
required because ./src/*.ts expands to also include the test/spec files.
Bundle size
PerformanceTotal duration: 1,329.06 ms -48.11 ms(-3.5%) | Renders: 50 (+0) | Paint: 1,987.87 ms -103.79 ms(-5.0%)
11 tests within noise — details Check out the code infra dashboard for more information about this PR. |
✅ Deploy Preview for base-ui ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
150adbb to
e9fc98f
Compare
Janpot
reviewed
Jun 8, 2026
| */ | ||
| export default defineConfig(async () => { | ||
| return { | ||
| entrypoints: [...(await getBaseUiExports()), ...(await getUtilsExports())], |
Member
There was a problem hiding this comment.
Ah, we can probably use expand now to simplify this. But doesn't have to be part of this effort.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e9fc98f to
c69a5da
Compare
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.
Adds the flat build setup (
code-infra build --flat): build output is flat with extension-based module type (.jsCJS,.mjsESM,.d.ts/.d.mtstypes) instead of separateesm/cjssubdirectories.Verified
publintandattwpass.🤖 Generated with Claude Code