webpack/test/statsCases/performance-no-hints/webpack.config.js

12 lines
140 B
JavaScript
Raw Normal View History

2016-12-14 19:03:24 +08:00
module.exports = {
entry: "./index",
stats: {
colors: true,
hash: false,
entrypoints: true
},
performance: {
hints: false
}
};