projecte_ionic/node_modules/webpack/lib/OptimizationStages.js
2022-02-09 18:30:03 +01:00

11 lines
204 B
JavaScript
Executable file

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