@absolutejs/absolute 0.19.0-beta.324 → 0.19.0-beta.326
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/angular/browser.js +73 -23
- package/dist/angular/browser.js.map +5 -4
- package/dist/build.js +3 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -202681,6 +202681,7 @@ var angularSpecifiers, toSafeFileName2 = (specifier) => specifier.replace(/^@/,
|
|
|
202681
202681
|
minify: false,
|
|
202682
202682
|
naming: "[name].[ext]",
|
|
202683
202683
|
outdir: vendorDir,
|
|
202684
|
+
plugins: [angularLinkerPlugin],
|
|
202684
202685
|
splitting: true,
|
|
202685
202686
|
target: "browser",
|
|
202686
202687
|
throw: false
|
|
@@ -202697,6 +202698,7 @@ var angularSpecifiers, toSafeFileName2 = (specifier) => specifier.replace(/^@/,
|
|
|
202697
202698
|
return paths;
|
|
202698
202699
|
};
|
|
202699
202700
|
var init_buildAngularVendor = __esm(() => {
|
|
202701
|
+
init_angularLinkerPlugin();
|
|
202700
202702
|
angularSpecifiers = [
|
|
202701
202703
|
"@angular/core",
|
|
202702
202704
|
"@angular/compiler",
|
|
@@ -215563,5 +215565,5 @@ export {
|
|
|
215563
215565
|
ANGULAR_INIT_TIMEOUT_MS
|
|
215564
215566
|
};
|
|
215565
215567
|
|
|
215566
|
-
//# debugId=
|
|
215568
|
+
//# debugId=E1046684715471F164756E2164756E21
|
|
215567
215569
|
//# sourceMappingURL=index.js.map
|