Skip to content

Commit

Permalink
Merge pull request #314 from arjunumenon/master
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored May 29, 2020
2 parents daddf29 + 517ea41 commit 568533f
Show file tree
Hide file tree
Showing 8 changed files with 13,971 additions and 9,999 deletions.
6 changes: 3 additions & 3 deletions samples/react-application-festivals/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///../../../src/*": "${webRoot}/src/*",
"webpack:///../../../../src/*": "${webRoot}/src/*",
"webpack:///../../../../../src/*": "${webRoot}/src/*"
"webpack:///.././src/*": "${webRoot}/src/*",
"webpack:///.././src/*": "${webRoot}/src/*",
"webpack:///.././src/*": "${webRoot}/src/*"
},
"runtimeArgs": [
"--remote-debugging-port=9222"
Expand Down
5 changes: 3 additions & 2 deletions samples/react-application-festivals/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"@microsoft/generator-sharepoint": {
"isCreatingSolution": true,
"environment": "spo",
"version": "1.6.0",
"version": "1.10.0",
"libraryName": "spfx-extension-festivals",
"libraryId": "5145e232-b45f-4c51-bca6-ce01a3c3e557",
"packageManager": "npm",
"componentType": "extension",
"extensionType": "ApplicationCustomizer"
"extensionType": "ApplicationCustomizer",
"isDomainIsolated": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"features": [
{
"title": "Application Extension - Deployment of custom action.",
Expand Down
Loading

0 comments on commit 568533f

Please sign in to comment.