Skip to content

Instantly share code, notes, and snippets.

@nakkeerann
Last active October 26, 2017 11:51
Show Gist options
  • Save nakkeerann/e015105abec93e41fa37fc4dadfa1be5 to your computer and use it in GitHub Desktop.
Save nakkeerann/e015105abec93e41fa37fc4dadfa1be5 to your computer and use it in GitHub Desktop.
"localizedResources": {
"HelloworldWebPartStrings": "lib/webparts/helloworld/loc/{locale}.js" // Remove this line
}
"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