Skip to content
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

Unflag experimental features #5728

Merged
merged 7 commits into from
Jan 3, 2023
Merged

Unflag experimental features #5728

merged 7 commits into from
Jan 3, 2023

Conversation

natemoo-re
Copy link
Member

Changes

Unflags --experimental-error-overlay and --experimental-prerender

Testing

CI

Docs

N/A

@natemoo-re natemoo-re requested a review from a team as a code owner January 3, 2023 16:42
@changeset-bot
Copy link

changeset-bot bot commented Jan 3, 2023

🦋 Changeset detected

Latest commit: d0db1e9

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Jan 3, 2023
@matthewp
Copy link
Contributor

matthewp commented Jan 3, 2023

The test failing here seems really bizarre...

@natemoo-re
Copy link
Member Author

The test failing here seems really bizarre...

This seems to have something to do with the prerender changes—I'll investigate.

.changeset/chilled-geese-worry.md Outdated Show resolved Hide resolved
packages/astro/src/@types/astro.ts Show resolved Hide resolved
@natemoo-re
Copy link
Member Author

The test failing here seems really bizarre...

Figured this out. It was a test that we could customize vite.build.rollupOptions.output.chunkFileNames, but the package.json didn't include "type": "module" and the output files were plain .js (which would be treated as CJS in this case).

Since prerender splits each page out to a separate chunk instead of a single file, this broke. Made a specific note in the changelog for this situation.

@matthewp matthewp merged commit 8fb2864 into main Jan 3, 2023
@matthewp matthewp deleted the feat/unflag branch January 3, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants