A modified fork of Parcel v1.10.3 with the problematic native dependency 'deasync' removed. Parcel is a zero-configuration web application bundler offering fast builds via multicore parallelism. This specific release (v9.99.10, based on Parcel 1.10.3) was created to avoid installation issues caused by deasync, which often fails on non-standard Node.js environments. However, note that this package is outdated compared to the current Parcel v2.x and is not actively maintained. Use the official Parcel v2 for new projects.
npm install parcel-bundler-without-deasyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a Parcel bundler instance, configure options, and run a build using the entry file.
Use the official parcel package (v2.x) for current features and security fixes.
Switch to parcel v2.
Do not use the original Parcel v1 API that required deasync.
Run 'npm install --save-dev parcel-bundler-without-deasync' and ensure correct import.
Use 'import Bundler from ...' (default) not 'import { Bundler } from ...'.No dependency data recorded yet.