UNPKG
is-cookie-http-only
Version:
latest (0.1.0)
0.1.0
Checks whether cookie is HTTP only
is-cookie-http-only
/
webpack.config.js
9 lines
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { entry:
'./main.js'
, devtool:
'source-map'
, output: { filename:
'dist.js'
, library:
'isCookieHttpOnly'
, libraryTarget:
'umd'
} };