sp-dev-fx-webparts/samples/react-daterangepicker/config/config.json

19 lines
603 B
JSON
Raw Normal View History

2020-07-09 23:56:30 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"spfx-react-daterangepicker-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/spfxReactDaterangepicker/SpfxReactDaterangepickerWebPart.js",
"manifest": "./src/webparts/spfxReactDaterangepicker/SpfxReactDaterangepickerWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"SpfxReactDaterangepickerWebPartStrings": "lib/webparts/spfxReactDaterangepicker/loc/{locale}.js"
}
}