UNPKG

@onenexus/polymorph

Version:

Style Synergy modules/BEM DOM elements using JavaScript

11 lines (10 loc) 331 B
require('@babel/register')({ ignore: [ function(filepath) { const isDependency = filepath.indexOf('node_modules') !== -1; const isOneNexusDependency = filepath.indexOf('@onenexus') !== -1; return isDependency && !isOneNexusDependency; } ] }); require('@babel/polyfill');