Bob German 980b0b3fcd Updated react-bot-framework sample to SPFx 1.7 (#783)
* Updated to v1.7

* Fixed version history in readme
2019-02-09 12:05:04 +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);