"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
target: "node",
optimization: {
moduleIds: "named"
}
};