https://parceljs.org/Blazing fast, zero configuration web application bundler
Purchase Modern CSS Layouts:
https://goo.gl/BXwqYHSign up for Level Up Pro for full access here:
https://www.leveluptutorials.com/proBuy this series:
https://goo.gl/BXwqYHSubscribe for more free tutorials:
https://goo.gl/6ljoFc Subscribe to the Level Up Newsletter:
http://eepurl.com/AWjGzThe best shared web hosting:
http://www.bluehost.com/track/leveluptutorials/š Blazing fast bundle times
Parcel uses worker processes to enable multicore compilation, and has a filesystem cache for fast rebuilds even after a restart.
š¦ Bundle all your assets
Parcel has out of the box support for JS, CSS, HTML, file assets, and more - no plugins needed.
š Automatic transforms
Code is automatically transformed using Babel, PostCSS, and PostHTML when needed - even node_modules.
āļø Zero config code splitting
Using the dynamic import() syntax, Parcel splits your output bundles so you only load what is needed on initial load.
š„ Hot module replacement
Parcel automatically updates modules in the browser as you make changes during development, no configuration needed.
šØ Friendly error logging
Parcel prints syntax highlighted code frames when it encounters errors to help you pinpoint the problem.