Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@embark/pipeline): Prevent crash when assets not specified
Prevent embark from crashing when app assets are not specified in `embark.json`. Previously, if the `app` property of `embark.json` was missing, embark would crash with the error `TypeError: Cannot convert undefined or null to object`. With this PR, the missing property is null-checked.
- Loading branch information