Skip to content

A GULP script to shift SPFx WebPart Id's by increasing the last character (e.g. 1 --> 2, 9 --> a, c --> d, z --> 0). The purpose is to use this as a part of an automated build/deployment (for example VSTS) in order to automatically create an alternative test package from all the web parts to be used in a development environment.

Notifications You must be signed in to change notification settings

marozzocom/update-spfx-webpart-ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

update-spfx-webpart-ids

A GULP script to shift SPFx WebPart Id's by increasing the last character (e.g. 1 --> 2, 9 --> a, c --> d, f --> 0). The purpose is to use this as a part of an automated build/deployment (for example VSTS) in order to automatically create an alternative test package from all the web parts to be used in a development environment.

If you are using this you must also update the package name (for example from my-spfx-client-side-solution to my-spfx-client-side-solution-test) and change the id of the package during the build phase.

About

A GULP script to shift SPFx WebPart Id's by increasing the last character (e.g. 1 --> 2, 9 --> a, c --> d, z --> 0). The purpose is to use this as a part of an automated build/deployment (for example VSTS) in order to automatically create an alternative test package from all the web parts to be used in a development environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published