Initial commit
This commit is contained in:
6
test/install-source-map-support.js
Normal file
6
test/install-source-map-support.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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();
|
||||
Reference in New Issue
Block a user