This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const gulp = require('gulp'); | |
const build = require('@microsoft/sp-build-web'); | |
build.task('serve-info', { | |
execute: (config) => { | |
return new Promise((resolve, reject) => { | |
var serveTask = config.uniqueTasks.find((task) => { | |
return task.name === 'serve'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your settings in this file to overwrite default and user settings. | |
{ | |
"json.schemas": [ | |
{ | |
"fileMatch": [ | |
"/config/config.json" | |
], | |
"url": "./node_modules/@microsoft/sp-build-web/lib/schemas/config.schema.json" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AppDomains> | |
<AppDomain>https://login.windows.net</AppDomain> | |
<AppDomain>https://login.microsoftonline.net</AppDomain> | |
<AppDomain>https://login.microsoftonline.com</AppDomain> | |
</AppDomains> |
NewerOlder