babel-polyfill-udemy-website
v9.0.25
Published
Udemy Website's Babel polyfill
Keywords
Readme
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 babelInstall the Udemy Babel polyfill locally.
$ yarn add babel-polyfill-udemy-websiteConfiguration
At the top of your entry JavaScript file import the Udemy Babel polyfill.
// At index.js
import 'babel-polyfill-udemy-website';Contributing
See Contributing.
