1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-07 12:19:24 +00:00
Sébastien Levert 618de63a4b New Sample : React Graph Calendar ()
* Adding the Graph Calendar sample
2019-12-30 16:06:28 +02:00

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);