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

11 lines
138 B
JavaScript
Raw Normal View History

"use strict";
2023-05-06 18:01:22 +08:00
/** @type {import("../../../../").Configuration[]} */
module.exports = [
{
output: {
hashFunction: "debug"
}
}
];