module.exports = {
entry: "./index",
stats: {
colors: true,
hash: false,
entrypoints: true
},
performance: {
hints: "error"
}
};