EUI currently has a single babel configuration which is applied to distribution builds, docs, and jest runs. Some thoughts -
- non-docs builds should not have the react / docgen passes
- jest tests do receive a modified configuration through .babelrc.js's
env entry, but this isn't the preferred way to extend
- jest tests don't need the full browser-compatibility transforms
EUI currently has a single babel configuration which is applied to distribution builds, docs, and jest runs. Some thoughts -
enventry, but this isn't the preferred way to extend