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

19 lines
578 B
JSON
Raw Normal View History

2019-10-08 15:34:27 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"recaptcha-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/recaptcha/RecaptchaWebPart.js",
"manifest": "./src/webparts/recaptcha/RecaptchaWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"RecaptchaWebPartStrings": "lib/webparts/recaptcha/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
2019-10-08 15:34:27 -04:00
}
}