infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
24 lines • 709 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigTypes = {
/**
* The Low-Level Server accepts basic webpack- and sls- configs
* It does not take care of ensuring that anything fits together
*/
LOWLEVEL_SERVER: 'LOWLEVEL_SERVER',
/**
* The low-level SPA accepts a basic webpack configuration
*/
LOWLEVEL_SPA: 'LOWLEVEL_SPA',
/**
* The higher level API to build/start a SSR app
*/
SSR: 'SSR',
/**
* the higher level API to build/start/deploy an isomorphic app that comes with
* a pre-implemented client/server-framework
*/
ISOMORPHIC: 'ISOMORPHIC'
};
;
//# sourceMappingURL=config.js.map