Pooya Parsa

Results 962 comments of Pooya Parsa

@danielroe Now that we have alias integration is this something you want to still track and work on?

Hi. Indeed you should include used dependencies in either `dependencies` or `peerDependencies` or use `externals` in `build.config` to avoid them being bundled. Please ping me to reopen if still having...

https://github.com/unjs/mkdist/pull/120 should cover most of cases. Please ping to reopen or make a new issue with reproduction if still in some cases this rewrite is not happening.

Let's track active watcher via https://github.com/unjs/unbuild/issues/281

Hi! Sorry for later response on this. I have made a new tracker issue to possibly support atice watchers: https://github.com/unjs/unbuild/issues/281

TSX support for mkdist added by https://github.com/unjs/mkdist/pull/71 and for rollup by https://github.com/unjs/unbuild/pull/198

Thanks for PR i think this is a nice module however the way the crons are initiated in a nitro plugin and never-closing is little bit tricky. I would suggest...

I'm not sure if it works with hybrid build / prerendering. So i guess worth to wait specially that release is close :) Will keep you posted.

Yep, saw the workaround in your module :)

I think it should be still built on top of Nitro tasks layer otherwise we will be advising a feature that is inconsistent. Nitro tasks also allows native integration with...