Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Update babel preset #821

Open igorschoester opened 5 years ago

igorschoester commented 5 years ago

Please give us a description of what happened.

The babel preset used is es2015 (and react in the .babelrc, not in the webpack config). While in the plugin the more modern env is used. See: https://babeljs.io/docs/en/env

Please describe what you expected to happen and why.

To have similar usage of Babel in the standalone and the plugin.

How can we reproduce this behavior?

1. 2. 3.

Technical info