Closed tokland closed 5 years ago
If we had a larger dev team, we would perhaps take on managing a transpiled code base. Since we don't and most developers are running a build pipeline, we have chosen not to publish transpiled code at this point. In the worst case we have found that transpiled code does not actually work (async generators are sometimes subject to this), creates hard to debug bloated code and expands the scope of performance testing needs. We recommend you do your development and initial testing using a modern browser and Node v9 or greater; then, include babel in your build pipeline and transpile your entire code base.
This being said, if you would like to collaborate on this project, add a build process to it that includes transpilation and copies files appropriately to something like nano-memoize.es5.js; then, we are certainly open to it!
This was fixed in react-scripts@2.0.0
, see here. Been using this module with react without any issues so far.
@silverwind Thanks for taking the time to let us know. Closing this issue.
Cannot build react app using nano-memoize (v1.0.0):
The reference says: