@absolutejs/absolute 0.19.0-beta.773 → 0.19.0-beta.775

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -427,9 +427,7 @@ var initDominoAdapter = (platformServer) => {
427
427
  import(resolveAngularPackage("@angular/common")),
428
428
  import(resolveAngularPackage("@angular/core"))
429
429
  ]);
430
- if (true) {
431
- core.enableProdMode();
432
- }
430
+ if (false) {}
433
431
  initDominoAdapter(platformServer);
434
432
  return {
435
433
  APP_BASE_HREF: common.APP_BASE_HREF,
@@ -1146,7 +1144,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
1146
1144
  const config = normalizePostcssModule(loaded);
1147
1145
  const value = typeof config === "function" ? await config({
1148
1146
  cwd: process.cwd(),
1149
- env: "test"
1147
+ env: "development"
1150
1148
  }) : config;
1151
1149
  return normalizePostcssModule(value) ?? {};
1152
1150
  }, normalizePostcssPlugins = (plugins) => {
@@ -13851,7 +13849,7 @@ var hasErrorConvention = (framework) => {
13851
13849
  var setConventions = (map) => {
13852
13850
  Reflect.set(globalThis, CONVENTIONS_KEY, map);
13853
13851
  };
13854
- var isDev = () => false;
13852
+ var isDev = () => true;
13855
13853
  var buildErrorProps = (error) => {
13856
13854
  const message = error instanceof Error ? error.message : String(error);
13857
13855
  const stack = isDev() && error instanceof Error ? error.stack : undefined;
@@ -14953,5 +14951,5 @@ export {
14953
14951
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
14954
14952
  };
14955
14953
 
14956
- //# debugId=C4E627B5A760EC1F64756E2164756E21
14954
+ //# debugId=BE386767BA716DCF64756E2164756E21
14957
14955
  //# sourceMappingURL=index.js.map