mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
e61e85ca0f
* adding react-skype-status sample to demonstrate the usage of UCWA SDK * react-skype-status adding missing tracking information * react-skype-status : updating readme to match standard
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
'use strict';
|
|
|
|
const gulp = require('gulp');
|
|
const build = require('@microsoft/sp-build-web');
|
|
|
|
build.initialize(gulp);
|