mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
* 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.
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
'use strict';
|
|
|
|
const gulp = require('gulp');
|
|
const build = require('@microsoft/sp-build-web');
|
|
|
|
build.initialize(gulp); |