📄 OptimizationStages.js
/home/palash/git/site/node_modules/webpack/lib/OptimizationStages.js
Language: js • Lines: 10
/*
	MIT License http://www.opensource.org/licenses/mit-license.php
	Author Florent Cailhol @ooflorent
*/

"use strict";

module.exports.STAGE_ADVANCED = 10;
module.exports.STAGE_BASIC = -10;
module.exports.STAGE_DEFAULT = 0;