Packaging solution with extensions
In Chapter 8, we saw how to package a solution. At that point, the solution only contained web parts within it. From Chapter 9, Building a Form customizer, to Chapter 14, Building a SharePoint Adaptive Card Extension, we have added more elements to the solution, which are mainly extensions. So now, the next step is to package these elements into the solution as well so that we can deploy them and use them in the site(s). The commands to build and package the solution remain the same as in Chapter 8. Those commands are as follows:
gulpbundle --ship-
gulppackage-solution --ship
Running these commands will create the solution package (the .sppkg file) that will be used for deployment.