/** @type {import("../../../../").Configuration} */
module.exports = {
output: {
library: ["process", "env"],
libraryTarget: "assign-properties"
}
};