UNPKG

parcel-bundler

Version:

Blazing fast, zero configuration web application bundler

6 lines (5 loc) 128 B
module.exports = function loadHTMLBundle(bundle) { return fetch(bundle).then(function (res) { return res.text(); }); };