Koa-minify Minify middleware for koa. Install npm i koa-minify --save Use const koa = require('koa'); const koaMinify = require('koa-minify'); const app = new koa(); app.use(koaMinify({ dir: __dirname })); app.listen(3000); License MIT