Chris Hahn

Results 30 comments of Chris Hahn

Is this still under consideration? With tools like Turborepo getting more and more popular, it's very common to have a prettier ignore in each sub-package so prettier can be run...

Has anyone been able to resolve this? The PR is stagnant and I'm running into this same issue. I tried an implementation of your example above @spookyUnknownUser but wasn't able...

Hey, @spookyUnknownUser! I appreciate you jumping on here and offering some support! I ended up removing the fix from my Webpack config temporarily in hopes the PR would be looked...

@rexxars + Sanity Team: Bump on this PR or building a similar set of features yourselves. This is a big sticking point for me. I just did a massive migration...

@dummdidumm @Prinzhorn This issue still exists as of: ``` "prettier": "^2.6.2", "prettier-plugin-svelte": "^2.7.0", ``` **Example:** Input ``` import { getCssText } from '@tokens'; {@html `${getCssText()}`} ``` Output ``` import {...

I am using Prismic as my CMS with the `gatsby-source-prismic` plugin. They provide a query fragment and it simply used like this: ``` work_bg_image { fluid { ...GatsbyPrismicImageFluid } }...

No worries! Thanks for the update, @timhagn :)

I am having the exact same issue as described by multiple others above. I was pulling my hair out because everything works perfectly in development, but my production build was...

@seaneking I'm probably going to go this route as well at this point. It's definitely a bummer that you have to manually update schema changes though. Auto-generated schemas would be...

Hey, @chrisworman-pela, check out issue #162 for a hacky workaround.