defunctzombie / node-url

node.js core url module as a module
MIT License
375 stars 96 forks source link

Ship with browser version #28

Closed cburgmer closed 3 years ago

cburgmer commented 7 years ago

inlineresources depends on the url module. I'd like to make it easy for people to use in the browser.

So far I've shipped an all-in-one bundle. That is tedious and requires me to re-publish when it comes to updates to url and other bundled dependencies (let's not think of security updates).

I'd like to

  1. add a built step which will provide a UMD wrapped lib
  2. re-point the "main": "./url.js" entry to the UMD bundle.

This would give people the freedom to use whatever they like. AMD, browserify, or just plain old Githubissues.

  • Githubissues is a development platform for aggregating issues.