Skip to content

Commit cf57d43

Browse files
committed
spfx-1-12 wip
1 parent 8a1d35c commit cf57d43

File tree

6 files changed

+13507
-18237
lines changed

6 files changed

+13507
-18237
lines changed

.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@microsoft/generator-sharepoint": {
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"libraryName": "sp-dev-fx-controls-react",
55
"libraryId": "92b1e52c-a5fa-490a-bcf4-76080f39442c",
66
"environment": "spo",

gulpfile.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ if (process.argv.indexOf('--size') !== -1) {
2828
});
2929
}
3030

31+
var getTasks = build.rig.getTasks;
32+
build.rig.getTasks = function () {
33+
var result = getTasks.call(build.rig);
34+
35+
result.set('serve', result.get('serve-deprecated'));
36+
37+
return result;
38+
};
39+
3140
build.initialize(gulp);
3241

3342
const karmaTask = build.karma;

0 commit comments

Comments
 (0)