@absolutejs/absolute 0.19.0-beta.716 → 0.19.0-beta.717

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
@@ -45512,7 +45512,7 @@ ${content.slice(firstUseIdx)}`;
45512
45512
  outdir: buildPath,
45513
45513
  plugins: [
45514
45514
  stylePreprocessorPlugin2,
45515
- ...angularDir && !isDev ? [angularLinkerPlugin] : [],
45515
+ ...angularDir ? [angularLinkerPlugin] : [],
45516
45516
  ...htmlScriptPlugin ? [htmlScriptPlugin] : []
45517
45517
  ],
45518
45518
  root: clientRoot,
@@ -45531,7 +45531,7 @@ ${content.slice(firstUseIdx)}`;
45531
45531
  outdir: buildPath,
45532
45532
  plugins: [
45533
45533
  stylePreprocessorPlugin2,
45534
- ...angularDir && !isDev ? [angularLinkerPlugin] : []
45534
+ ...angularDir ? [angularLinkerPlugin] : []
45535
45535
  ],
45536
45536
  root: islandEntryResult.generatedRoot,
45537
45537
  splitting: !isDev,
@@ -49763,5 +49763,5 @@ export {
49763
49763
  build
49764
49764
  };
49765
49765
 
49766
- //# debugId=9E5578DF152AD2CB64756E2164756E21
49766
+ //# debugId=9728DFD0605A936564756E2164756E21
49767
49767
  //# sourceMappingURL=build.js.map