UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

10 lines (9 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnvironmentType = void 0; var EnvironmentType; (function (EnvironmentType) { EnvironmentType[EnvironmentType["DEVELOPMENT"] = 1] = "DEVELOPMENT"; EnvironmentType[EnvironmentType["PRODUCTION"] = 2] = "PRODUCTION"; EnvironmentType[EnvironmentType["TEST"] = 3] = "TEST"; })(EnvironmentType = exports.EnvironmentType || (exports.EnvironmentType = {}));