Package Exports
- egg-static/app/middleware/static.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (egg-static) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
egg-static
Static server plugin for egg, base on koa-static-cache.
Install
$ npm i egg-static --saveUsage
- plugin.js
exports.session = {
enable: true,
package: 'egg-session',
};Configuration
Support all configurations in koa-static-cache.
Questions & Suggestions
Please open an issue here.