UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

10 lines (9 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERR = exports.IS_DEV = void 0; const index_1 = require("./index"); exports.IS_DEV = (0, index_1._env)('NODE_ENV') === 'development'; exports.ERR = { CONTEXT: "[APP MF]: Context error!", BEFORE_INIT: "[MF Stores]: There was an attention of Stores usage before initiation!" };