sp-dev-fx-webparts/samples/react-content-query-onprem/config/config.json

14 lines
366 B
JSON
Raw Normal View History

2017-08-07 09:46:22 -04:00
{
"entries": [
{
"entry": "./lib/webparts/contentQuery/ContentQueryWebPart.js",
"manifest": "./src/webparts/contentQuery/ContentQueryWebPart.manifest.json",
"outputPath": "./dist/content-query-web-part.bundle.js"
2017-08-07 09:46:22 -04:00
}
],
"externals": {},
2017-08-07 09:46:22 -04:00
"localizedResources": {
"contentQueryStrings": "webparts/contentQuery/loc/{locale}.js"
}
}