mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* first commit * some corrections * added textfield to pass the parameters dinamically * implemented list to display external users * changing the UI style * fixed bug on the detail list * label name modified * Add files via upload * Delete upcoming-meetings-preview.png * Update README.md * some changes * added twitter and blog
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);
|