sp-dev-fx-webparts/samples/react-image-editor/gulpfile.js

8 lines
225 B
JavaScript
Raw Normal View History

2021-03-16 05:49:35 -04: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'));