Parcel (★ 7437 on GitHub) is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.
Features:
● Blazing fast bundle times - multicore compilation, and a filesystem cache for fast rebuilds even after a restart.
● Out of the box support for JS, CSS, HTML, file assets, and more - no plugins to install.
● Automatically transforms modules using Babel, PostCSS, and PostHTML when needed - even
● Zero configuration code splitting using dynamic
● Built in support for hot module replacement
● Friendly error logging experience - syntax highlighted code frames help pinpoint the problem.
#js #bundle
Features:
● Blazing fast bundle times - multicore compilation, and a filesystem cache for fast rebuilds even after a restart.
● Out of the box support for JS, CSS, HTML, file assets, and more - no plugins to install.
● Automatically transforms modules using Babel, PostCSS, and PostHTML when needed - even
node_modules.● Zero configuration code splitting using dynamic
import() statements.● Built in support for hot module replacement
● Friendly error logging experience - syntax highlighted code frames help pinpoint the problem.
#js #bundle