2016-09-09 10:53:58 -04:00
|
|
|
{
|
|
|
|
"entries": [
|
|
|
|
{
|
|
|
|
"entry": "./lib/webparts/trendingInThisSite/TrendingInThisSiteWebPart.js",
|
|
|
|
"manifest": "./src/webparts/trendingInThisSite/TrendingInThisSiteWebPart.manifest.json",
|
|
|
|
"outputPath": "./dist/trending-in-this-site.bundle.js"
|
2016-09-19 09:51:03 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"entry": "./lib/webparts/workingWith/WorkingWithWebPart.js",
|
|
|
|
"manifest": "./src/webparts/workingWith/WorkingWithWebPart.manifest.json",
|
|
|
|
"outputPath": "./dist/working-with.bundle.js"
|
2016-09-20 07:36:36 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"entry": "./lib/webparts/myRecentDocuments/MyRecentDocumentsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/myRecentDocuments/MyRecentDocumentsWebPart.manifest.json",
|
|
|
|
"outputPath": "./dist/my-recent-documents.bundle.js"
|
2016-09-20 10:27:56 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"entry": "./lib/webparts/trendingInTheSitesIFollow/TrendingInTheSitesIFollowWebPart.js",
|
|
|
|
"manifest": "./src/webparts/trendingInTheSitesIFollow/TrendingInTheSitesIFollowWebPart.manifest.json",
|
|
|
|
"outputPath": "./dist/trending-in-the-sites-i-follow.bundle.js"
|
2016-09-09 10:53:58 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"externals": {
|
|
|
|
"@microsoft/sp-client-base": "node_modules/@microsoft/sp-client-base/dist/sp-client-base.js",
|
|
|
|
"@microsoft/sp-client-preview": "node_modules/@microsoft/sp-client-preview/dist/sp-client-preview.js",
|
|
|
|
"@microsoft/sp-lodash-subset": "node_modules/@microsoft/sp-lodash-subset/dist/sp-lodash-subset.js",
|
|
|
|
"office-ui-fabric-react": "node_modules/office-ui-fabric-react/dist/office-ui-fabric-react.js",
|
|
|
|
"react": "node_modules/react/dist/react.min.js",
|
|
|
|
"react-dom": "node_modules/react-dom/dist/react-dom.min.js",
|
|
|
|
"react-dom/server": "node_modules/react-dom/dist/react-dom-server.min.js"
|
|
|
|
},
|
|
|
|
"localizedResources": {
|
2016-09-19 09:51:03 -04:00
|
|
|
"trendingInThisSiteStrings": "webparts/trendingInThisSite/loc/{locale}.js",
|
2016-09-20 07:36:36 -04:00
|
|
|
"workingWithStrings": "webparts/workingWith/loc/{locale}.js",
|
2016-09-20 10:27:56 -04:00
|
|
|
"myRecentDocumentsStrings": "webparts/myRecentDocuments/loc/{locale}.js",
|
|
|
|
"trendingInTheSitesIFollowStrings": "webparts/trendingInTheSitesIFollow/loc/{locale}.js"
|
2016-09-09 10:53:58 -04:00
|
|
|
}
|
|
|
|
}
|