"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
devtool: "source-map",
output: {
library: ["Foo", "[name]"]
}
};