UNPKG
tezle-id
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
Tezle Id authentication middleware for ExpressJs
github.com/JazzBrown1/tezle-id
JazzBrown1/tezle-id
tezle-id
/
rollup.config.js
11 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import autoExternal from
'rollup-plugin-auto-external'
;
module
.exports = {
input
:
'./src/index.js'
,
output
: { file:
'dist/index.js'
,
format
:
'cjs'
}, plugins: [autoExternal()] };