Skip to content

Commit a7f1b07

Browse files
authored
Update Build Steps to include gulp bundle
Fixes SharePoint#7740
1 parent 251be13 commit a7f1b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ You can also follow these steps by watching this video on the SharePoint PnP You
5050
}
5151
}
5252
```
53+
1. In the console window, enter the following command to bundle your client-side solution:
5354

55+
```console
56+
gulp bundle
57+
```
5458
1. In the console window, enter the following command to package your client-side solution that contains the web part:
5559

5660
```console

0 commit comments

Comments
 (0)