Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History

babel-polyfill-udemy-website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Udemy Babel Polyfill for our Website

This is the main polyfill used by our udemy/website-django/static/ codebase.

Installation

Install Babel locally.

$ yarn add babel

Install the Udemy Babel polyfill locally.

$ yarn add babel-polyfill-udemy-website

Configuration

At the top of your entry JavaScript file import the Udemy Babel polyfill.

// At index.js

import 'babel-polyfill-udemy-website';

Contributing

See Contributing.