These features are not transcoding content and have nothing to do with gulp. You only need to import 'babel-polyfill' in the code and install the babel-polyfill dependency through NPM to introduce API Polyfill implementations that are compatible with lower version browsers.
These features are not transcoding content and have nothing to do with gulp. You only need to
import 'babel-polyfill'
in the code and install thebabel-polyfill
dependency through NPM to introduce API Polyfill implementations that are compatible with lower version browsers.