@absolutejs/absolute 0.18.2-beta.6 → 0.18.2-beta.7
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/.absolutejs/prettier.cache.json +2 -2
- 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
|
@@ -173606,6 +173606,11 @@ var FRAMEWORK_DIR_KEYS, reloadConfig = async () => {
|
|
|
173606
173606
|
}
|
|
173607
173607
|
});
|
|
173608
173608
|
if (newManifest) {
|
|
173609
|
+
for (const key of Object.keys(cached.manifest)) {
|
|
173610
|
+
if (!(key in newManifest)) {
|
|
173611
|
+
delete cached.manifest[key];
|
|
173612
|
+
}
|
|
173613
|
+
}
|
|
173609
173614
|
Object.assign(cached.manifest, newManifest);
|
|
173610
173615
|
state.manifest = cached.manifest;
|
|
173611
173616
|
await populateAssetStore(state.assetStore, cached.manifest, state.resolvedPaths.buildDir);
|
|
@@ -174170,5 +174175,5 @@ export {
|
|
|
174170
174175
|
ANGULAR_INIT_TIMEOUT_MS
|
|
174171
174176
|
};
|
|
174172
174177
|
|
|
174173
|
-
//# debugId=
|
|
174178
|
+
//# debugId=A4B48E1F65BC8FEE64756E2164756E21
|
|
174174
174179
|
//# sourceMappingURL=index.js.map
|