2017-03-13 03:35:20 -07:00
|
|
|
{
|
2020-02-08 01:28:30 +00:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2018-04-27 16:26:24 +01:00
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"modern-charts-bundle": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/modernCharts/ModernChartsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/modernCharts/ModernChartsWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2017-03-13 03:35:20 -07:00
|
|
|
}
|
2018-04-27 16:26:24 +01:00
|
|
|
},
|
2017-03-13 03:35:20 -07:00
|
|
|
"localizedResources": {
|
2018-04-27 16:26:24 +01:00
|
|
|
"modernChartsStrings": "lib/webparts/modernCharts/loc/{locale}.js"
|
|
|
|
},
|
|
|
|
"externals": {}
|
2020-02-08 01:28:30 +00:00
|
|
|
}
|