URI.js: Can't use URI.js from require.js without the optional dependencies

Require.js does not load URI.js unless the IPv6, punycode, and SecondLevelDomains are available. Is there any way to use it without these extensions?

About this issue

  • Original URL
  • State: open
  • Created 11 years ago
  • Comments: 20 (6 by maintainers)

Most upvoted comments

One note to save some folks from wasting time: when installing false 0.1.1 per the above solution it took me a while to realize I had to add a double dash like this, otherwise nothing useful happened:

bower install --save -- 'false'