"use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
stats: {
all: false,
assets: true,
ids: true,
entrypoints: true,
chunkGroupChildren: true,
chunkRelations: true,
chunks: true
}
};