Skip to content

0.4.1: Work around some browser debugger bugs

Compare
Choose a tag to compare
@unscriptable unscriptable released this 25 Sep 21:22
· 38 commits to master since this release
  • Safari: port numbers in sourceURL prevent Safari from displaying the module in the Resources pane. The port number is now stripped from sourceURL in Safari.
  • node modules: Safari and Firebug do not display node-formatted modules when sourceURL is not at the top scope. SourceURL is now placed at the top scope under all circumstances.