2017-03-13 06:35:20 -04:00
|
|
|
{
|
2020-02-07 20:28:30 -05:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2018-04-27 11:26:24 -04: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 06:35:20 -04:00
|
|
|
}
|
2018-04-27 11:26:24 -04:00
|
|
|
},
|
2017-03-13 06:35:20 -04:00
|
|
|
"localizedResources": {
|
2018-04-27 11:26:24 -04:00
|
|
|
"modernChartsStrings": "lib/webparts/modernCharts/loc/{locale}.js"
|
|
|
|
},
|
|
|
|
"externals": {}
|
2020-02-07 20:28:30 -05:00
|
|
|
}
|