Skip to content

convert PPT hello world sample to unified manifest #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Rick-Kirkham
Copy link
Contributor

Q A
Bug fix? no
New feature? no
New sample? no

What's in this Pull Request?

Updates the sample to use the unified manifest and remove the XML manifest. As a side effect, it is updated to use webpack and up-to-date scripts in the package.json.

SHOULD NOT BE MERGED UNTIL WXP SUPPORT IN THE UNIFIED MANIFEST IS READY.

Guidance

Updates to use the unified manifest.

"id": "runtime_1",
"type": "general",
"code": {
"page": "https://localhost:3000/taskpane.html"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose you'll need to update all these "localhost:3000" references...?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not needed. When the user runs npm run build, webpack automatically makes that change in the copy of the manifest that goes into the /dist folder.

Co-authored-by: Elizabeth Samuel <elizs@microsoft.com>
@Rick-Kirkham Rick-Kirkham added the Do Not Merge This PR has additional work or review required before it is ready to merge. label Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge This PR has additional work or review required before it is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants