Niklas

Results 103 comments of Niklas

> @mhevery I posted a repro in #4436, https://stackblitz.com/edit/qwik-starter-wadzsa?file=src/routes/index.tsx > > it happens in dev mode too, and it breaks in production. Qwik is definitely packaged only once. The error...

Always happy to help, I'd love it when we get the packages to work without problems – kinda important for the ecosystem 😁

Awesome @wmertens, I'll check If I can finally fix the package with this! πŸ˜…

@wmertens Seems like my local testing everything went fine with this, can't believe that this small thing made the change 🀯 I'll check if it works with the community, thanks...

FYI we just fixed the entrypoint and package size problems in version `0.0.8`. I'm sorry for the inconveniences caused 😒 Let's see if everything is going fine now. manus suggestion...

Other libraries are also facing the warnings, so it's at least not specific to this one. There's also an issue inside the qwik repo tracking it

`prettier-plugin-organize-attributes` also now supports Prettier v3 πŸ˜„ https://www.npmjs.com/package/prettier-plugin-organize-attributes

`prettier-plugin-go-template >= 0.0.14` now also support Prettier v3 πŸ‘οΈ https://www.npmjs.com/package/prettier-plugin-go-template

Adding to @kolaente, this is stopping me from fixing [#59](https://github.com/NiklasPor/prettier-plugin-go-template/issues/59) on [prettier-plugin-go-template](https://github.com/NiklasPor/prettier-plugin-go-template) which is using the embed API of prettier. Would be neat if we'd have an option to disable...

Hey all, you could try telling your users to explicitly specify the plugin: ```json // .prettierrc { "plugins": ["prettier-plugin-sort-imports"], } ``` I'm having the same issue with [prettier-plugin-organize-attributes](https://www.npmjs.com/package/prettier-plugin-organize-attributes) and that's...