UNPKG

esbundle

Version:

A client-side transpiler, bundler as well as dynamic npm package fetch and load

5 lines (4 loc) 89 B
var bundle = function () { console.log('hello esbundle!'); }; export default bundle;