@absolutejs/absolute 0.18.3-beta.4 → 0.18.3-beta.5
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 +6 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +6 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -173610,6 +173610,11 @@ var FRAMEWORK_DIR_KEYS, reloadConfig = async () => {
|
|
|
173610
173610
|
}
|
|
173611
173611
|
});
|
|
173612
173612
|
if (newManifest) {
|
|
173613
|
+
for (const key of Object.keys(cached.manifest)) {
|
|
173614
|
+
if (!(key in newManifest)) {
|
|
173615
|
+
delete cached.manifest[key];
|
|
173616
|
+
}
|
|
173617
|
+
}
|
|
173613
173618
|
Object.assign(cached.manifest, newManifest);
|
|
173614
173619
|
state.manifest = cached.manifest;
|
|
173615
173620
|
await populateAssetStore(state.assetStore, cached.manifest, state.resolvedPaths.buildDir);
|
|
@@ -174176,5 +174181,5 @@ export {
|
|
|
174176
174181
|
ANGULAR_INIT_TIMEOUT_MS
|
|
174177
174182
|
};
|
|
174178
174183
|
|
|
174179
|
-
//# debugId=
|
|
174184
|
+
//# debugId=9221EF0444E5070A64756E2164756E21
|
|
174180
174185
|
//# sourceMappingURL=index.js.map
|