UNPKG

shinkansen-sprockets

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