carto.js/test/install-source-map-support.js

7 lines
260 B
JavaScript
Raw Permalink Normal View History

2020-06-13 18:34:34 +08:00
/**
* 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();