UNPKG

happypack

Version:

webpack speed booster, makes you happy!

12 lines (11 loc) 273 B
#!/usr/bin/env node if (process.env.NODE_ENV !== 'production') { if (!require('piping')({ hook: true, ignore: /(\/\.|~$|\.json$)/i })) { return; } } require('../server.babel'); // babel registration (runtime transpilation for node) require('../api/api');