sp-dev-fx-webparts/samples/angularelements-html-templa.../config/config.json

19 lines
536 B
JSON
Raw Normal View History

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"angular-web-parts": {
"components": [
{
"entrypoint": "./lib/webparts/helloAngularTemplate/HelloAngularWebPart.js",
"manifest": "./src/webparts/helloAngularTemplate/HelloAngularWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"HelloAngularWebPartStrings": "lib/webparts/helloAngularTemplate/loc/{locale}.js"
}
}