"use strict"; /** @type Egg.EggPlugin */ module.exports = { // had enabled by egg // static: { // enable: true, // } cors: { enable: true, package: 'egg-cors', }, downloader: { enable: true, package: 'egg-downloader', } };