Matthew Phillips

Results 656 comments of Matthew Phillips

This simple example doesn't reproduce: https://stackblitz.com/edit/github-pfaayw?file=src%2Fpages%2Findex.astro Can anyone come up with a minimal repro at the level with it?

I updated this demo to use that: https://stackblitz.com/edit/github-pfaayw?file=src%2Fpages%2Findex.astro,package.json Still in the head. Can you adjust my demo to get it to break?

I was able to reproduce it down with this: https://stackblitz.com/edit/github-pfaayw-axdvrr?file=src%2Fpages%2Findex.astro,package.json

Unfortunately that PR breaks a bunch of tests in core. There might be a way to fix this issue differently, though.

Pretty sure this is the culprit: https://github.com/withastro/compiler/commit/14ccba5d4dc0c962af247eff7cb0d7c199302538

I need to test against core, but hopefully this does it: https://github.com/withastro/compiler/pull/990

I'll create a preview release and have a few people test it. But yes, it will be soon (probably next week) if everything looks ok.

@cdtut you can test by install `astro@experimental--head-body-content`. I tested with this demo, which is fixed now: https://stackblitz.com/edit/github-pfaayw-axdvrr?file=src%2Fpages%2Findex.astro,package.json

We did it this way because we use URLs almost exclusively and it was easier just to pass the URL as a module specifier rather than convert it to a...

@thomasledoux1 thank you, that is definitely odd. Are you using `'hybrid'` or `'server'` `output`?