1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-02-17 18:36:12 +00:00
Zach 3a7a3746ff
react-zpl-viewer sample ()
* Initial Commit

* Fixed file select and updated ReadME

* updated ReadME
2020-03-09 19:57:48 +02:00

8 lines
236 B
JavaScript

'use strict';
const gulp = require('gulp');
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(gulp);