You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,8 @@ helloworld-webpart.sppkg
62
62
The package uses SharePoint Feature to package your web part. By default, the gulp task creates the following:
63
63
64
64
* A feature for your web part.
65
-
* A .webpart file for your web part, which is an XML file that describes the Web Part.
66
65
67
-
You can view the raw package contents in the **sharepoint** folder.
66
+
You can view the raw package contents in the **sharepoint/debug** folder.
68
67
69
68
The contents are then packaged into an **.sppkg** file. The package format is very similar to a SharePoint add-ins package and uses Microsoft Open Packaging Conventions to package your solution.
0 commit comments