20 lines
666 B
JSON
20 lines
666 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"react-htm-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/reactHtm/ReactHtmWebPart.js",
|
|
"manifest": "./src/webparts/reactHtm/ReactHtmWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"ReactHtmWebPartStrings": "lib/webparts/reactHtm/loc/{locale}.js",
|
|
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
|
}
|
|
} |