okam-build
Version:
The build tool for Okam develop framework
25 lines (19 loc) • 393 B
JavaScript
/**
* @file Local polyfill babel plugins
* @author sparklewhy@gmail.com
*/
;
module.exports = {
/**
* Promise API polyfill babel plugin
*
* @type {Function}
*/
promise: require('../polyfill/promise'),
/**
* Regeneration runtime API polyfill babel plugin
*
* @type {Function}
*/
async: require('../polyfill/async')
};