@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.
package/dist/build.js CHANGED
@@ -1963,9 +1963,7 @@ var initDominoAdapter = (platformServer) => {
1963
1963
  import(resolveAngularPackage("@angular/common")),
1964
1964
  import(resolveAngularPackage("@angular/core"))
1965
1965
  ]);
1966
- if (true) {
1967
- core.enableProdMode();
1968
- }
1966
+ if (false) {}
1969
1967
  initDominoAdapter(platformServer);
1970
1968
  return {
1971
1969
  APP_BASE_HREF: common.APP_BASE_HREF,
@@ -2765,7 +2763,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
2765
2763
  const config = normalizePostcssModule(loaded);
2766
2764
  const value = typeof config === "function" ? await config({
2767
2765
  cwd: process.cwd(),
2768
- env: "test"
2766
+ env: "development"
2769
2767
  }) : config;
2770
2768
  return normalizePostcssModule(value) ?? {};
2771
2769
  }, normalizePostcssPlugins = (plugins) => {
@@ -17891,5 +17889,5 @@ export {
17891
17889
  build
17892
17890
  };
17893
17891
 
17894
- //# debugId=8A7697E18B82F72964756E2164756E21
17892
+ //# debugId=88D2B49420F3E55264756E2164756E21
17895
17893
  //# sourceMappingURL=build.js.map