abcnews / aunty

A toolkit for working with ABC News projects
https://www.npmjs.com/package/@abcnews/aunty
MIT License
32 stars 5 forks source link

Support a configurable list of dependencies we want babel to transpile when we build #135

Closed colingourlay closed 3 years ago

colingourlay commented 3 years ago

This adds an includedDependencies prop to the build config which can be used to list packages in node_modules (as strings or regexes) that we want babel to transpile.

Closes #132 (see for reference implementation, and the existing hacks we plan to avoid).