sp-dev-fx-webparts/samples/react-personal-tools-list/config/config.json

19 lines
576 B
JSON
Raw Normal View History

2024-02-08 09:15:02 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"my-tools-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/myTools/MyToolsWebPart.js",
"manifest": "./src/webparts/myTools/MyToolsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
2024-02-25 07:15:22 -05:00
"MyToolsWebPartStrings": "lib/webparts/myTools/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
2024-02-08 09:15:02 -05:00
}
2024-02-25 07:15:22 -05:00
}