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/

a person holding a flower
News
Virginia

Virginia Introduction

Traveling and experiencing new places has always been a passion for Virginia. Born in New York City and raised in Alabama, her love of travel

Read More »
a close up of a tree
Blog
Virginia

Holiday Promotions and Giveaways

Holiday season is almost here! Not only do holidays spread joy and bring family and friends together, but they can also be an excellent time to increase your website traffic.

Read More »
a man using a laptop computer sitting on top of a table
Feature Announcements
TRYTN

Custom Invoice Emails

We recently enhanced our invoicing capabilities in a big way. Each tour operator has specific business needs and so a one-size-fits-all invoice email just didn’t

Read More »

Request a Demonstration