Skip to content

Improved support for CommonJS/node modules

Compare
Choose a tag to compare
@unscriptable unscriptable released this 12 Feb 21:51
· 43 commits to master since this release
* Protect more API functions in plugins and loaders from closure compiler's
aggressive obfuscation.
* Switch to newer //# sourceURL syntax.
* Stop doubling the ".js" on the sourceURL.
* Ensure that `define` is undefined when wrapping cjs/node modules.