Package Spotlight: Webpack

Package Spotlight: Webpack

Webpack is a virtual work horse with how powerful and important it is in the day-to-day operations of the front end team. Webpack is essentially a bundler in it’s simplest form. It takes in data of one format and returns it out in a different format. It can be used for JavaScript, images, SASS/LESS, etc. It’s generally fast to build and can process complex dependency trees with relative ease

We use Webpack primarily for JavaScript and have off-loaded image and CSS processing for other packages. This helps to take our es6 JavaScript modules (which are transpiled using a different library) and bundles them into regular JavaScript browsers can understand. It also takes in any Handlebars templates we have and compiles those as well.

What results from many modules and dependencies are just a few JavaScript files for the browser to utilize. The resulting code is optimized for fast delivery as well as performance within the code itself.

Package Name: Webpack
Website: https://webpack.js.org/

Feature Announcements
TRYTN

Customer Cart Widget

We recently released some new functionality specific for those tour operators that use the embedded booking experience. We’ve heard feedback that customers find it confusing

Read More »
someone ideating on a white board with comps
Release Notes
TRYTN

May 2021 Release Notes

Is it already the end of May?! We’ve been heads-down squashing over 60 bugs while focusing on high-touch first experiences like registration, login, and account

Read More »

Request a Demonstration