Parcel 2 will be much more extendible, pluggable, and configurable (๐ฑ). It will be designed to scale for huge apps, but still be super easy to use when youโre just starting out.
What features are you waiting for in @parceljs that would convince you to switch? ๐ฌ
๐ Parcel v1.9.0 does tree shaking on both ES6 and CommonJS modules! This is a HUGE deal since most of the code on npm is still CommonJS.
Try it out today with the `--experimental-scope-hoisting` flag!
๐ Read more about how it works here: medium.com/@devongovett/parcโฆ
๐ฉcreate-react-app-parcel is done!! ๐ฉ
Make blazing (yes, BLAZING) ๐ฅ๐จ๐ผโ๐๐๐ fast @reactjs apps bundled by @parceljs !
`npm i -g create-react-app-parcel`
Q: Why? Why do this to yourself?
A: WHY TF NOT
โค๏ธ @devongovett and @jamiebuildsgithub.com/sw-yx/create-reacโฆ
๐ Really excited about this PR, which moves the @parceljs file watcher into a background worker for performance and stability. github.com/parcel-bundler/paโฆ
Dramatically speeds up dev builds. My work projectโs build time was cut in HALF! ๐ ๐
Keep bringing the perf! ๐
๐ Really excited about this PR, which moves the @parceljs file watcher into a background worker for performance and stability. github.com/parcel-bundler/paโฆ
Dramatically speeds up dev builds. My work projectโs build time was cut in HALF! ๐ ๐
Keep bringing the perf! ๐
parcel-plugin-bundle-visualiser is pretty awesome for analyzing bundle sizes. Managed to reduce the initial bundle size of my project by over 1 MB! ๐ฅ๐ฅ
With tree shaking and smarter bundle splitting coming soon to @parceljs, itโll get even smaller. ๐
github.com/gregtillbrook/parโฆ
๐ Parcel v1.8.0 is out!
๐จโ๐ฉโ๐งโ๐ฆ Multiple entry points
๐ `source` field in package.json to enable babel on symlinked modules
๐ฆ Generate UMD bundles
๐ Extended resolver for SASS
๐ซ Ignore deps in false branches of if statements
๐ Many bugfixes
github.com/parcel-bundler/paโฆ
๐ Parcel v1.7.1 is out! Includes lots of fixes, including freezing on Windows with large projects, and parallel yarn/npm auto installs. Get it while itโs hot! ๐ฅ
๐ github.com/parcel-bundler/paโฆ
โจ Parcel v1.7.0 now automagically installs missing packages from npm as you code. Itโs like developing with all of the modules on npm already pre-installed! ๐
๐ medium.com/@devongovett/parcโฆ
๐ I updated the Vue Hacker News example app to use Parcel. The diff removes ~400 lines of build configuration, but otherwise the code worked perfectly out of the box! โจ github.com/devongovett/vue-hโฆ