Fredrik Thorild f4239b5a3e New sample - Sites selected admin
Webpart managing AAD apps with Sites.Selected. Add/Remove sites to the AAD app via an interface in SharePoint
2021-02-20 08:22:18 +01:00

8 lines
218 B
JavaScript

'use strict';
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(require('gulp'));