v2.0.0
Breaking Changes
The majority of users can upgrade to 2.0.0 without any changes to their code
- The package.json
"type"
is now"module"
. Previously it was unspecified. This likely does not change how it is bundled, but does change how NodeJS interprets the code. Details (#41) - The package.json now has an
"exports"
field. Previously it only had a"main"
field. Details (#41) - In NodeJS, importing the import-map-overrides library now loads a NodeJS version instead of the browser version. (#41)
Features
- New import-map-overrides-server.js bundle (#41) Documentation
- Implementing server-side overrides. Documentation (#41)