@absolutejs/absolute 0.19.0-beta.324 → 0.19.0-beta.325
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 -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/build.js
CHANGED
|
@@ -202207,6 +202207,7 @@ var angularSpecifiers, toSafeFileName2 = (specifier) => specifier.replace(/^@/,
|
|
|
202207
202207
|
minify: false,
|
|
202208
202208
|
naming: "[name].[ext]",
|
|
202209
202209
|
outdir: vendorDir,
|
|
202210
|
+
plugins: [angularLinkerPlugin],
|
|
202210
202211
|
splitting: true,
|
|
202211
202212
|
target: "browser",
|
|
202212
202213
|
throw: false
|
|
@@ -202223,6 +202224,7 @@ var angularSpecifiers, toSafeFileName2 = (specifier) => specifier.replace(/^@/,
|
|
|
202223
202224
|
return paths;
|
|
202224
202225
|
};
|
|
202225
202226
|
var init_buildAngularVendor = __esm(() => {
|
|
202227
|
+
init_angularLinkerPlugin();
|
|
202226
202228
|
angularSpecifiers = [
|
|
202227
202229
|
"@angular/core",
|
|
202228
202230
|
"@angular/compiler",
|
|
@@ -208116,5 +208118,5 @@ export {
|
|
|
208116
208118
|
build
|
|
208117
208119
|
};
|
|
208118
208120
|
|
|
208119
|
-
//# debugId=
|
|
208121
|
+
//# debugId=E542042E2A3C747D64756E2164756E21
|
|
208120
208122
|
//# sourceMappingURL=build.js.map
|