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).
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).