1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-09 06:38:52 +00:00
Sabit Igde a092d64549 spfx base updated to 1.6.0 ()
updated spfx version using office365 CLI spfx upgrade commands 1.4.1 -> 1.5.0 -> 1.5.1-> 1.6.0
2018-11-12 10:48:51 +02:00

7 lines
126 B
JavaScript

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