webpack/lib/OptimizationStages.js

11 lines
225 B
JavaScript
Raw Normal View History

/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Florent Cailhol @ooflorent
*/
"use strict";
2025-07-03 17:06:45 +08:00
module.exports.STAGE_ADVANCED = 10;
2024-07-31 04:54:55 +08:00
module.exports.STAGE_BASIC = -10;
module.exports.STAGE_DEFAULT = 0;