2017-08-07 09:59:08 -04:00
|
|
|
{
|
2018-03-08 19:34:33 -05:00
|
|
|
"$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"
|
|
|
|
}
|
|
|
|
]
|
2017-08-07 09:59:08 -04:00
|
|
|
}
|
2018-03-08 19:34:33 -05:00
|
|
|
},
|
2017-08-07 09:59:08 -04:00
|
|
|
"localizedResources": {
|
2018-03-08 19:34:33 -05:00
|
|
|
"reactAppSettingsStrings": "lib/webparts/reactAppSettings/loc/{locale}.js"
|
|
|
|
},
|
|
|
|
"externals": {}
|
|
|
|
}
|