Releases: TogaTech/require-browser
Releases · TogaTech/require-browser
Fix installAll Options Bug
Fix Path Bug
This release fixes an issue that occurs when the current location of the window has a location hash (all relative ./
imports and requires would point to after the hash instead of the relative path).
First Release
This release contains version 1 of require-browser
, with the functions install
, installAll
, require
, requireBrowser
, _getInstalledData
and the ability to require files, node modules, and dependencies within a package.json
using exports
, module.exports
, or browser code.