Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Use regular expressions to mark packages as external (#1589)
## Motivation for the change, related issues Follows up on #1586 Extracting external packages names from the `package.json` files did not work as expected due to `cwd` misconfiguration in CI. This PR replaces that logic with a regexp matching the name of the packages from this monorepo to avoid maintaining the paths entirely. ## Testing instructions Run `nx build php-wasm-node` and confirm the resulting`dist/packages/playground/client/index.js` file and other built npm-published modules do not bundle any external modules. The only exception should be the `cli` packages.
- Loading branch information