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

11 lines
138 B
JavaScript

"use strict";
/** @type {import("../../../../").Configuration[]} */
module.exports = [
{
output: {
hashFunction: "debug"
}
}
];