kunj-sangani 4ebc9806d3 New Sample Web part to edit Application Customizer
New sample webpart named
react-Edit-ApplicationCustomizer to help users to edit the title,json and description for their application customizer

Co-Authored-By: Siddharth Vaghasia <siddh.vaghasia@gmail.com>
2020-11-07 15:32:56 +05:30

8 lines
225 B
JavaScript

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