2022-03-01 16:08:42 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"map-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/map/MapWebPart.js",
|
|
|
|
"manifest": "./src/webparts/map/MapWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
2022-03-02 12:09:24 -05:00
|
|
|
"MapWebPartStrings": "lib/webparts/map/loc/{locale}.js",
|
|
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
2022-03-01 16:08:42 -05:00
|
|
|
}
|
2022-03-02 12:09:24 -05:00
|
|
|
}
|