loganfsmyth / babel-plugin-transform-decorators-legacy

A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5
MIT License
817 stars 57 forks source link

undefined decorated methods (UMD) #47

Closed foxhound87 closed 7 years ago

foxhound87 commented 8 years ago

After transpiling my project to UMD code, all decorated methods, or all methods which calls other decorated methods, are undefined when called.

Some of those methods are mobx getters, computed values, or actions.

Config files:

Demo files: