line_push/node_modules/xxhashjs/webpack.config.js
2022-07-17 13:16:16 +08:00

12 lines
197 B
JavaScript

var path = require("path")
module.exports = {
"entry": "./lib/index.js"
, "output": {
"path": __dirname + "/build"
, "filename": "xxhash.js"
, "library": "XXH"
, "libraryTarget": "umd"
}
}