diff --git a/samples/js-extend-gulp/README.md b/samples/js-extend-gulp/README.md index e92d7749d..1aa954f52 100644 --- a/samples/js-extend-gulp/README.md +++ b/samples/js-extend-gulp/README.md @@ -1,4 +1,4 @@ -# Extending webpack in the SharePoint Framework toolchain +# Integrating custom gulp tasks to SharePoint Framwork toolchain ## Summary SharePoint client-side development tools use gulp as the build process task runner to: @@ -16,6 +16,9 @@ Read the following documentation for detailed information on integrating gulp ta - [Integrate custom gulp tasks in the SharePoint Framework toolchain](https://aka.ms/spfx-extend-gulp) +## Used SharePoint Framework Version +![drop](https://img.shields.io/badge/drop-RC0-green.svg) + ## Applies to * [SharePoint Framework Developer Preview](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview) diff --git a/samples/js-extend-webpack/README.md b/samples/js-extend-webpack/README.md index 7e4349cef..4ce05bee3 100644 --- a/samples/js-extend-webpack/README.md +++ b/samples/js-extend-webpack/README.md @@ -11,6 +11,9 @@ Read the following documentation for detailed information on working with webpac - [Extending webpack in the SharePoint Framework toolchain](https://aka.ms/spfx-extend-webpack) +## Used SharePoint Framework Version +![drop](https://img.shields.io/badge/drop-RC0-green.svg) + ## Applies to * [SharePoint Framework Developer Preview](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview)