sp-dev-fx-webparts/samples/js-msgraph-thumbnail/gulpfile.js

8 lines
218 B
JavaScript
Raw Normal View History

2020-01-21 11:02:21 -05:00
'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'));