"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
target: "web",
output: {
library: ["a", "b"],
libraryTarget: "window"
}
};