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
1. Making any changes to the library, and publishing the library to the app catalog again will automatically update the web part without the need to rebuild/republish the web part.
150
150
151
+
152
+
## How to unlink SPFx library
153
+
154
+
To unlink a SPFx library that was symlinked during development in your SPFx project, navigate to SPFx project root folder and run the command.
155
+
```
156
+
npm unlink corporate-library
157
+
```
158
+
159
+
To check the folder ___location of SPFx library.
160
+
```
161
+
npm ls -g 'corporate-library'
162
+
```
163
+
164
+
To remove local npm link to the library, navigate to the SPFx library root folder and run the command.
165
+
```
166
+
npm unlink
167
+
```
168
+
151
169
## See also
152
170
153
-
- [Using library component type in SharePoint Framework](./library-component-overview.md)
171
+
- [Using library component type in SharePoint Framework](./library-component-overview.md)
0 commit comments