mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
4e4c3ea22f
* Added a web part that lists all the public teams the current user is not a member of yet. * Update README.md
8 lines
236 B
JavaScript
8 lines
236 B
JavaScript
'use strict';
|
|
|
|
const gulp = require('gulp');
|
|
const build = require('@microsoft/sp-build-web');
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
|
|
|
|
build.initialize(gulp);
|