index.js 80 B

1234
  1. module.exports = {
  2. core: require('./core'),
  3. plugins: require('./plugins')
  4. }