Last active
October 26, 2017 11:51
-
-
Save nakkeerann/e015105abec93e41fa37fc4dadfa1be5 to your computer and use it in GitHub Desktop.
This file contains 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
"localizedResources": { | |
"HelloworldWebPartStrings": "lib/webparts/helloworld/loc/{locale}.js" // Remove this line | |
} |
This file contains 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
"helloworld-web-part": { | |
"components": [ | |
{ | |
"entrypoint": "./lib/webparts/helloworld/helloworldWebPart.js", | |
"manifest": "./src/webparts/helloworld/helloworldWebPart.manifest.json" | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment