cartodb-4.42/lib/assets/test/spec/deep-insights/install-source-map-support.js
2024-04-06 05:25:13 +00:00

7 lines
260 B
JavaScript

/* global sourceMapSupport */
/**
* 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.
*/
sourceMapSupport.install();