webpack/lib/OptimizationStages.js

11 lines
203 B
JavaScript
Raw Normal View History

/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Florent Cailhol @ooflorent
*/
"use strict";
exports.STAGE_BASIC = 0;
exports.STAGE_DEFAULT = 10;
exports.STAGE_ADVANCED = 20;