This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains 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
|
#114 Bundle Size — 74.91KiB (-35.66%).Bundle metrics
|
Current #114 |
Baseline #112 |
|
---|---|---|
Initial JS | 74.91KiB (-35.66% ) |
116.42KiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 100% |
0% |
Chunks | 45 |
45 |
Assets | 45 |
45 |
Modules | 45 |
45 |
Duplicate Modules | 0 |
0 |
Duplicate Code | 0% |
0% |
Packages | 0 |
0 |
Duplicate Packages | 0 |
0 |
Bundle analysis report Branch chore/build-setup Project dashboard
hanspagel
force-pushed
the
chore/build-setup
branch
from
June 15, 2024 21:01
7d73de0
to
0744923
Compare
Deploying openapi-parser with Cloudflare Pages
|
hanspagel
changed the title
chore: update build setup
chore: update build setup, fix #134
Jun 15, 2024
marclave
approved these changes
Jun 20, 2024
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.
🔥
hanspagel
force-pushed
the
chore/build-setup
branch
from
June 21, 2024 08:12
46bbd10
to
349ddaa
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR tries to bring the build setup closer to what we do in
scalar/scalar
:https://github.com/scalar/scalar/blob/main/packages/build-tooling/src/build-options.ts
Here’s some of the noteworthy changes:
src/
prefix from the build indist/
Fixes #134.