sp-dev-fx-webparts/samples/react-app-settings/config/config.json

18 lines
528 B
JSON
Raw Normal View History

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"react-app-settings-bundle": {
"components": [
{
"entrypoint": "./lib/webparts/reactAppSettings/ReactAppSettingsWebPart.js",
"manifest": "./src/webparts/reactAppSettings/ReactAppSettingsWebPart.manifest.json"
}
]
}
},
"localizedResources": {
"reactAppSettingsStrings": "lib/webparts/reactAppSettings/loc/{locale}.js"
},
"externals": {}
}