cartodb-4.42/lib/assets/test/spec/deep-insights/install-source-map-support.js

7 lines
260 B
JavaScript
Raw Normal View History

2024-04-06 13:25:13 +08:00
/* 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();