- module.exports = {
- banner: '/**\n' +
- ' * core-js ' + require('../package').version + '\n' +
- ' * https://github.com/zloirock/core-js\n' +
- ' * License: http://rock.mit-license.org\n' +
- ' * © ' + new Date().getFullYear() + ' Denis Pushkarev\n' +
- ' */'
- };
|