mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
4ebc9806d3
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>
8 lines
225 B
JavaScript
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'));
|