alextseni / GreekGameDevs

MIT License
3 stars 0 forks source link

Optional operator (?) for undefined #25

Closed alextseni closed 6 years ago

alextseni commented 6 years ago

Install the optional operator to reduce code used for checking for undefined. https://www.npmjs.com/package/babel-plugin-transform-optional-chaining

alextseni commented 6 years ago

Upgrade to babel 7 is needed. https://medium.com/@jdolle/babel-7-beta-instructions-aed5cf17048b

alextseni commented 6 years ago