We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8749a0d commit ab31d75Copy full SHA for ab31d75
apps/pwabuilder/src/script/services/publish/windows-publish.ts
@@ -31,15 +31,6 @@ export async function generateWindowsPackage(
31
}
32
33
34
- // temp fix for packaging problem
35
- if (!windowsOptions.enableWebAppWidgets) {
36
- windowsOptions.enableWebAppWidgets = true;
37
- }
38
-
39
- if (!windowsOptions.manifestUrl || windowsOptions.manifestUrl.length === 0) {
40
- windowsOptions.manifestUrl = await getManifestUrl();
41
42
43
const validationErrors = validateWindowsOptions(windowsOptions);
44
if (validationErrors.length > 0 || !windowsOptions) {
45
throw new Error(
0 commit comments