UNPKG
xxhashjs
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
xxHash in Javascript
github.com/pierrec/js-xxhash
pierrec/js-xxhash
xxhashjs
/
webpack.config.js
12 lines
(10 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
path
=
require(
"path"
)
module
.
exports
= {
"entry"
:
"./lib/index.js"
,
"output"
: {
"path"
: __dirname +
"/build"
,
"filename"
:
"xxhash.js"
,
"library"
:
"XXH"
,
"libraryTarget"
:
"umd"
} }