config.js 304 B

12345678
  1. module.exports = {
  2. banner: '/**\n' +
  3. ' * core-js ' + require('../package').version + '\n' +
  4. ' * https://github.com/zloirock/core-js\n' +
  5. ' * License: http://rock.mit-license.org\n' +
  6. ' * © ' + new Date().getFullYear() + ' Denis Pushkarev\n' +
  7. ' */'
  8. };