-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Use new compiler resolvePath
option
#5133
Conversation
🦋 Changeset detectedLatest commit: 98ac5f1 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 |
No, at least not that part. Some of the rendering stuff like |
Changes
vite-plugin-css
to fix.css?raw
usageexport const $$metadata
from Astro files (discussed with Nate that it's fine as it's internal API)createMetadata
export fromastro/runtime/server
as the compiler doesn't use it anymoreQuestion:
astro/runtime/server
public API? Should I bring back a stub ofcreateMetadata
?Note:
import *
removal is that esbuild would treeshake unused imports away, so I have to update some error tests to reference the variable to test correctly.Testing
All existing tests should pass for this refactor.
I added a test for the
.css?raw
fix.Docs
N/A. This change should be transparent.