mirror of https://github.com/webpack/webpack.git
11 lines
203 B
JavaScript
11 lines
203 B
JavaScript
|
/*
|
||
|
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;
|