Replicate sandbox require logic locally

Hi @jmangelo, thanks very much for the quick response!

OK, so I’m glad to hear I’m not missing something obvious. Do you have any recommendations on what to use to do the pre-processing?

An alternative option that will be easier for me is to commit the code with require('axios') but do the replacement to require('axios@0.19.2') on upload to Auth0, as I’m already doing a number of other replacements to aid unit testing and code re-use (so I’m surprised I didn’t think of replacing this as well!).

Do you see any reason not to do it this way instead?