Paul Welsh

Results 48 comments of Paul Welsh

Man, this is killing me waiting for this! @jeanphilippeds, well done! Gutted it still hasn't made it's way in 7 months later

> It absolutely makes sense to include `` alternatives inside Vue components. Each component encapsualtes a defined piece of functionality, so where better to put the noscript alternative than inside...

I'm having this issue too. `Error: No PostCSS Config found in: /my-project/node_modules/gatsby-plugin-transition-link at config.search.then (/my-project/node_modules/postcss-load-config/src/index.js:91:15)` Also using Sanity

@cherepanov I've not been able to get media-minmax working with the above either. do you have an example of something you have working you could share?

I've found out that all that needs to happen is this package be bumped! the code to fix this has already been merged in. @jonathantneal @MoOx @Semigradsky is there any...

Just hit the same issue. Not sure if this repo is still actively developed though

For anyone interested, until this is resolved within Vite itself. This is how I strip the module preloads (and image preloads) from my HTML **AFTER** a Vite build has run....

I'm currently having to run a transform on top of the generated HTML to strip out the preload tags. It's not limited to JS either, it's preloading SVG's etc. I...

> You'll be able to do that with [#419 (comment)](https://github.com/brillout/vite-plugin-ssr/issues/419#issuecomment-1217710074). > > Also, we should adjust vps's default behavior: what assets does vps currently preload that you think shouldn't? I...