webpack/test/statsCases/reverse-sort-modules/webpack.config.js

11 lines
194 B
JavaScript

/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
performance: false,
stats: {
modulesSpace: Infinity,
modulesSort: "!name"
}
};