[TIMOB-27782] Ignoring a file in babel config causes an error during compile
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-04-01T19:09:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.1, node-titanium-sdk 4.4.0 |
Components | CLI |
Labels | n/a |
Reporter | Brenton House |
Assignee | Christopher Williams |
Created | 2020-02-28T16:41:38.000+0000 |
Updated | 2020-06-22T17:07:57.000+0000 |
Description
If a file is ignored through a babel config file, an error will occur because it is trying to access properties of a transformation that didn't occur.
Sample app to recreate issue: https://github.com/brentonhouse/timob-27782
Simply run "ti build -p ios --build-only" to see compiler error.
m merged Brenton's PR to node-titanium-sdk which should eventually go into node-titanium-sdk v5.0.0 (and hopefully get rolled up into titanium_mobile int he 9.1.0 timeframe)
node-titanium-sdk 5.0.0 has been merged to master for eventual 9.1.0 release.
Closing ticket, fix verified in SDK version
9.1.0.v20200417072855
. For more info see https://github.com/appcelerator/node-titanium-sdk/pull/144 *Test Environment*This got pulled into 9.0.1 via TIMOB-27755, so marking as that fixVersion