Skip to content

1.6.1

Compare
Choose a tag to compare
@matthewp matthewp released this 29 Nov 14:31
· 315 commits to master since this release

This is a patch release, fixing a cause when importing CommonJS modules from ES modules, that themselves import a common CommonJS module that happens to export the global object (in the browser the self property).

Issues

#1312 Importing a CommonJS module that exports the window object receives the Module object rather than the exported value