initial commit
This commit is contained in:
11
node_modules/xxhashjs/webpack.config.js
generated
vendored
Normal file
11
node_modules/xxhashjs/webpack.config.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var path = require("path")
|
||||
|
||||
module.exports = {
|
||||
"entry": "./lib/index.js"
|
||||
, "output": {
|
||||
"path": __dirname + "/build"
|
||||
, "filename": "xxhash.js"
|
||||
, "library": "XXH"
|
||||
, "libraryTarget": "umd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user