sp-dev-fx-webparts/samples/react-events-dynamicdata/gulpfile.js

8 lines
218 B
JavaScript
Raw Normal View History

'use strict';
const build = require('@microsoft/sp-build-web');
2020-07-08 01:31:26 -04:00
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
2020-07-08 01:31:26 -04:00
build.initialize(require('gulp'));