UNPKG

okam-build

Version:

The build tool for Okam develop framework

25 lines (19 loc) 393 B
/** * @file Local polyfill babel plugins * @author sparklewhy@gmail.com */ 'use strict'; 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') };