-
Notifications
You must be signed in to change notification settings - Fork 880
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
base: main
Are you sure you want to change the base?
Conversation
"id": "runtime_1", | ||
"type": "general", | ||
"code": { | ||
"page": "https://localhost:3000/taskpane.html" |
There was a problem hiding this comment.
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...?
There was a problem hiding this comment.
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>
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.