UNPKG

resource-manager-js

Version:

Loads and caches all resources needed for a web app including css, templates, and scripts

25 lines (24 loc) 442 B
const transform = [ [ 'babelify', { 'presets': [ ['env'] ], 'plugins': [ ['transform-runtime', { 'polyfill': true, 'regenerator': true, }] ], } ] ]; module.exports = { tests: { mocha: { files: ['tests/*.js'], transform } } };