mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
5b0a88f331
* SharePoint CRUD sample updated to SPFx 1.4.1 SharePoint CRUD sample updated to SPFx 1.4.1 Updated the PnP JS to version 3.0.6 Updated Angular to version 1.6.5 Updated ngOfficeUiFabric to 0.16.0 Updated to the latest React 15.6.2 Minor code improvements like using map instead of for loop. * Minor bug fix for React Sample * minor changes * code formatting * Updated code to use the new pnpjs package
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);
|