1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-07 12:19:24 +00:00
José Quinto ccb54125d6 React sample showing the use of sp-pnp-js with Async functions and Logging enabled ()
* update react-taxonomypicker styles

* react async await PnP JS Core with Logging first release

* update react

* update license

* Establish SPFx Context
2017-05-06 14:27:17 +03:00

7 lines
120 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.initialize(gulp);