Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(builtin): npm_umd_bundle no longer allows directory sources
We plan to change behavior under exports_directories_only so that they produce TreeArtifacts. They will therefore be a subfolder of the real package. npm_umd_bundle is too hard to keep working with exports_directories_only because it relies on loading npm packages without the linker. BREAKING CHANGE: npm_umd_bundle users cannot use exports_directories_only
- Loading branch information