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

28 lines
851 B
JSON
Raw Normal View History

2019-08-19 11:09:52 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"hooks-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/hooks/HooksWebPart.js",
"manifest": "./src/webparts/hooks/HooksWebPart.manifest.json"
}
]
},
"classic-react-web-part-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/classicReactWebPart/ClassicReactWebPartWebPart.js",
"manifest": "./src/webparts/classicReactWebPart/ClassicReactWebPartWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"HooksWebPartStrings": "lib/webparts/hooks/loc/{locale}.js",
"ClassicReactWebPartWebPartStrings": "lib/webparts/classicReactWebPart/loc/{locale}.js"
}
}