Pooya Parsa

Results 2282 comments of Pooya Parsa

> I think this is intentional, isn't it? 👀 It is intentionally set because tools (notably postcss stuff) hardly depend on `NODE_ENV==='production'` to optimize properly. (@fmoessle you are right. only...

We are aware of some possible scenarios that this might happen with forked dev server and already plan to make some attempts fixing it (using socket file). But any reproduction...

This is a requirement of loading nuxt config once to predict server configuration. I'm not sure if there would be an easy way to avoid it but also should not...

(self-assigned because it is already part of my todo. i guess we might need to think of an alternative meta exposed by modules btw for module initial scaffolding requirements)

Should we **replace** the contents or merge them if user answered yes?

Both have their trade-offs indeed. I am mostly worried about developers that mistakenly running/accepting this prompt in a not-version-controlled or backed-up repo and loose all their code. Maybe we could...

There is only one tricky case that some modules use prerender to emit assets that count in bundle size. But I think we can at least move `--prerender` behind a...

Thanks for issue. I think we always had this issue since [`-D` flag is hardcoded](https://github.com/nuxt/cli/blob/f113a083f000d19c9ae7f35ae2534ac5c0dba77b/src/commands/upgrade.ts#L90) and we might need to upgrade to [nypm](https://github.com/unjs/nypm) for upgrade once it had it to...

Hi dear @mrleblanc101. I have moved your issue to https://github.com/unjs/listhen/issues/154 where the open logic is implemented to see if we are missing any impl details. The logic is optimized for...

Hi. The new HMR server is now running on the same main port of dev server (3000). Please consider removing `vite.server.hmr` options to fix and also avoid downgrading CLI version...