app

How to Bundle a Web App with Parcel.js — step-by-step DevOps tutorial on Progressive Robot

How to Bundle a Web App with Parcel.js

[Parcel.js](https://parceljs.org/) is an open source bundler. It supports many popular languages like Typescript and SASS, and can also handle file types like images and fonts by default. Like some other bundlers, it comes with a few extra tools: a development server, diagnostics, minification, and even image compression. If your project requires additional configurations, you have the option to use Parcel’s many plugins.

Read more
CHAT