How to export a JavaScript module to multiple formats

added by JavaScript Kicks
12/18/2015 5:56:10 PM

674 Views

Maybe you know the situation: You would like to pull a helpful JavaScript library into your client-side project, but it consists entirely of CommonJS modules, and you cannot or do not want to add an additional translation step into your build process to make it browser-compatible.


0 comments