webpack/test/configCases/custom-hash-function/xxhash/webpack.config.js

9 lines
139 B
JavaScript
Raw Normal View History

/** @type {import("../../../../").Configuration[]} */
2018-02-25 09:00:20 +08:00
module.exports = [
{
output: {
hashFunction: require("xxhashjs").h32
}
}
2018-02-25 09:00:20 +08:00
];