7 lines
260 B
JavaScript
7 lines
260 B
JavaScript
/**
|
|
* See https://github.com/evanw/node-source-map-support#browser-support
|
|
* This is expected to be included in a browserify-module to give proper stack traces, based on browserify's source maps.
|
|
*/
|
|
/* global sourceMapSupport */
|
|
sourceMapSupport.install();
|