Zach 3a7a3746ff
react-zpl-viewer sample (#1140)
* 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);