webpack/test/configCases/mangle/mangle-with-object-prop/test.config.js

8 lines
102 B
JavaScript
Raw Permalink Normal View History

"use strict";
module.exports = {
2025-04-22 19:09:25 +08:00
findBundle() {
return ["./deterministic.js", "./size.js"];
}
};