Niklas Mischkulnig
Niklas Mischkulnig
This will probably change anyway with https://github.com/parcel-bundler/parcel/pull/5398. We should at least wait for that to be merged
Can someone explain how deeply Stackblitz emulates the usual Node environment (and which parts)? If there are no primitives for watching file changes, it will have to use polling.
Thanks @EricSimons! So what would be needed is something like the existing `BruteForceBackend` (which already handles the "offline" `watcher.getEventsSince` even across program invocations) but additionally supporting live watching via `fs.watch*`...
Yeah, that's what I had in mind with this: > Obvious exceptions: > - compiled languages (TS, ...)
The "problem" in that case is that either `"engines.node"` or `"browserslist"` needs to have a higher precedence to make the default target a node or browser target. I'm actually not...
> Parcel 2 doesn't support auto install for packages referenced in source code. The only thing Parcel 2 auto installs is dev dependencies like compilers (e.g. sass, typescript, etc.). I...
- `PARCEL_WORKER_BACKEND` (`process` or `threads`) - `PARCEL_MAX_CONCURRENT_CALLS `
> broken ?
👍 > my go-to command You only need `parcel` and `@parcel/config-webextension` > the implementor of the transformer Well, I reviewed the PR, but I have never developed a webextension myself
@DeMoorJasper any ideas? I don't even know where the config for Algolia lives