UNPKG

shinkansen-sprockets

Version:
21 lines (15 loc) 351 B
require('@babel/register')({ ignore: [ /node_modules\/(?!shinkansen|@modernpoacher)/ ] }) const debug = require('debug') const log = debug('shinkansen-sprockets/sprockets/error-summary') log('`shinkansen` is awake') const { default: ErrorSummary } = require('./index.jsx') /** * Exports only default */ module.exports = ErrorSummary