Skip to content

Commit bc6088a

Browse files
authored
Update build-a-sharepoint-web-part.md
1 parent 906119d commit bc6088a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/toolkit/get-started/build-a-sharepoint-web-part.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ build.configureWebpack.mergeConfig({
370370
});
371371
```
372372

373-
This ensures that the code from the `lit` library is correctly processed by the SharePoint Framework build chain. This is required for SharePoint Framework versions `<=v1.18`.
373+
This ensures that the code from the `lit` library is correctly processed by the SharePoint Framework build chain. This is required for SharePoint provider versions `<=v1.18`.
374374

375375
#### Webpack version 5+
376376

377-
No additional configuration is required when you use version 5+ of webpack. This is supported with the SharePoint Framework version `v1.19+`.
377+
No additional configuration is required when you use version 5+ of webpack. This is supported with the SharePoint provider version `v1.19+`.
378378

379379
## Build and deploy your web part
380380

0 commit comments

Comments
 (0)