UNPKG

@warp-works/warpjs-utils

Version:

Utility functions for WarpJS and plugins

2 lines (1 loc) 127 B
module.exports = (res, bundle) => (bundle.indexOf('/') === -1) ? `${res.app.get('static-url')}/app/${bundle}.min.js` : bundle;