@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 +3 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45704,7 +45704,7 @@ ${content.slice(firstUseIdx)}`;
|
|
|
45704
45704
|
outdir: buildPath,
|
|
45705
45705
|
plugins: [
|
|
45706
45706
|
stylePreprocessorPlugin2,
|
|
45707
|
-
...angularDir
|
|
45707
|
+
...angularDir ? [angularLinkerPlugin] : [],
|
|
45708
45708
|
...htmlScriptPlugin ? [htmlScriptPlugin] : []
|
|
45709
45709
|
],
|
|
45710
45710
|
root: clientRoot,
|
|
@@ -45723,7 +45723,7 @@ ${content.slice(firstUseIdx)}`;
|
|
|
45723
45723
|
outdir: buildPath,
|
|
45724
45724
|
plugins: [
|
|
45725
45725
|
stylePreprocessorPlugin2,
|
|
45726
|
-
...angularDir
|
|
45726
|
+
...angularDir ? [angularLinkerPlugin] : []
|
|
45727
45727
|
],
|
|
45728
45728
|
root: islandEntryResult.generatedRoot,
|
|
45729
45729
|
splitting: !isDev2,
|
|
@@ -58223,5 +58223,5 @@ export {
|
|
|
58223
58223
|
ANGULAR_INIT_TIMEOUT_MS
|
|
58224
58224
|
};
|
|
58225
58225
|
|
|
58226
|
-
//# debugId=
|
|
58226
|
+
//# debugId=FF8AF8196AA3C44A64756E2164756E21
|
|
58227
58227
|
//# sourceMappingURL=index.js.map
|