st-bundle
Version:
CLI for watching and bundling SpringType projects.
14 lines (13 loc) • 771 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const browserPolyfillTransformation_1 = require("./browserPolyfillTransformation");
const processTransformation_1 = require("./processTransformation");
const conditionUnwrapper_1 = require("./conditionUnwrapper");
const fuseBoxEnvTransformation_1 = require("./fuseBoxEnvTransformation");
function performStaticTransformations(props) {
processTransformation_1.processProductionTransformation(props);
browserPolyfillTransformation_1.browserProductionPolyfillTransformation(props);
fuseBoxEnvTransformation_1.fuseBoxEnvProductionTransformation(props);
conditionUnwrapper_1.conditionUnwrapperProduction(props);
}
exports.performStaticTransformations = performStaticTransformations;