October 2017
Intermediate to advanced
302 pages
7h 27m
English
As we explained in the Webpack chapter, Babel is the tool we use to allow us to use cutting edge JavaScript features and then transpile those into a version of JavaScript the browser will understand.
In this chapter, we will use another cutting edge feature: conditional imports. Before we get started with those, however, we need to change our Babel configuration.
The JavaScript language is constantly evolving. The committee in charge of updating it is called TC39 and they develop updates according to the TC39 process. It works as follows:
Read now
Unlock full access