webpack/test/statsCases/performance-oversize-limit-.../webpack.config.js

16 lines
195 B
JavaScript

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