babel / notes

♬ Notes from the @Babel Team (discuss in PRs)
https://github.com/babel/notes#meetings
122 stars 16 forks source link

Add notes on discussion on polyfills in presets #4

Closed hzoo closed 7 years ago

hzoo commented 8 years ago

Ref https://github.com/bettiolo/babel-preset-es2017/issues/42

Idea is to include the relevant polyfills in the yearly presets.

In node: add babel-preset-es2017 to the preset to get transpilation and polyfill. In the browser: import “babel-preset-es2017/polyfill"

and/or polyfill by year

import "babel-polyfill/es2015"