Parcel – Blazing quick, zero configuration net utility bundler
Parcel is a blazing quick zero configuration net utility bundler. It mechanically transforms modules utilizing Babel, PostCSS, and PostHTML when wanted – even node_modules. It has out of the field help for JS, CSS, HTML, file property, and extra – no plugins to put in.
Parcel helps many languages and file sorts out of the field, from net applied sciences like HTML, CSS, and JavaScript, to property like photographs, fonts, movies, and extra. And whenever you use a file sort that is not included by default, Parcel will mechanically set up the entire essential plugins and dev dependencies for you. It helps sizzling reloading, whenever you make a change, Parcel mechanically updates your code within the browser – no web page reload essential. It additionally integrates with React Fast Refresh and the Vue Hot Reloading API to mechanically protect your utility state between updates.
Parcel builds your code in parallel utilizing employee threads, using the entire cores in your machine. Everything is cached, so that you by no means construct the identical code twice.
https://github.com/parcel-bundler/parcel
Tags |
module-bundler build-tool css html property net compiler commonjs es6 modules web-application-bundler js-compiler javascript-compiler minify |
Implementation |
Javascript Rust |
License |
MIT |
Platform |
NodeJS |