1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-07 04:09:40 +00:00
Velin Georgiev d7cf8b9e70 js-display-list sample update from drop3 to GA ()
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed.

* small fixes on the html and list checks

* The loader is removed since causing "Cannot read property 'replaceChild' of null" error.

* Return empty array instead of undefined if list not found. The list not found error will be catched.
2017-06-12 12:13:22 +02:00

6 lines
119 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.initialize(gulp);