webpack/test/statsCases/performance-error/webpack.config.js

11 lines
121 B
JavaScript

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