1import { install } from 'source-map-support'; 2 3if (!Error[Symbol.for('source-map-support')]) { 4 Error[Symbol.for('source-map-support')] = true; 5 install({ handleUncaughtExceptions: false }); 6} 7 8