Fixed
- Dev server
- Add
--no-corsoption to disable CORS headers โ Details
- Add
Unclaimed project
Are you a maintainer of parcel? Claim this project to take control of your public changelog and roadmap.
Changelog
The zero configuration build tool for the web. ๐ฆ๐
Last updated about 1 month ago
--no-cors option to disable CORS headers โ DetailsThis release significantly improves code splitting and tree shaking when scope hoisting is disabled, e.g. when using React Server Components with static rendering. It enables re-exports to be followed when resolving a dependency, so that only used exports from large libraries get bundled together for each page rather than across all pages. This was already the case when using scope hoisting, but n...
Blog post: https://parceljs.org/blog/v2-15-0/