mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
c177a89297
* initial commit * Added OfflineHTTPService implementation to file * Put interfaces into their own files * Create a state object to allow the render method to have a variable to print. * Tested Gets, need to update comments * Add JSDoc * Created Readme.md
8 lines
243 B
JavaScript
8 lines
243 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);
|