UNPKG

tezle-id

Version:

Tezle Id authentication middleware for ExpressJs

11 lines (9 loc) 206 B
import autoExternal from 'rollup-plugin-auto-external'; module.exports = { input: './src/index.js', output: { file: 'dist/index.js', format: 'cjs' }, plugins: [autoExternal()] };