1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-05 11:19:33 +00:00
Waldek Mastykarz dbd7d66ff6 Added sample project with API secured with AAD ()
Moved web part to a subdirectory
2017-05-19 16:40:43 +03:00

7 lines
120 B
JavaScript

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