/** @type {import("../../../../").Configuration} */
module.exports = {
mode: "production",
output: {
library: {
type: "commonjs"
}
};