-
-
Notifications
You must be signed in to change notification settings - Fork 140
feat: size impact analysis #486
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
ebff3f8 to
b8e2989
Compare
| '/impact/**': { | ||
| headers: { | ||
| 'Cross-Origin-Opener-Policy': 'same-origin', | ||
| 'Cross-Origin-Embedder-Policy': 'require-corp', | ||
| }, | ||
| }, |
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.
I am not sure what the ideal approach is here, setting the COOP/COEP headers here means that it is not possible to transition to /impact/ route directly without a full page navigation
b8e2989 to
ff9f5f8
Compare
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
157c953 to
8b1663c
Compare
|
blocked on rolldown/rolldown#8145 for Safari support |
# Conflicts: # app/pages/[...package].vue # i18n/locales/en.json # lunaria/files/en-US.json # package.json # pnpm-lock.yaml
this is still very rough, I would need help because I am very unfamiliar with Nuxt here and with how npmx project is set up
we can extend this page with additional options later (like a
platformconfig so you can test bundle sizes with various import conditions applied)