@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/build.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);
|
|
@@ -173752,5 +173757,5 @@ export {
|
|
|
173752
173757
|
build
|
|
173753
173758
|
};
|
|
173754
173759
|
|
|
173755
|
-
//# debugId=
|
|
173760
|
+
//# debugId=BA684BA0E2DCA0FC64756E2164756E21
|
|
173756
173761
|
//# sourceMappingURL=build.js.map
|