sp-dev-fx-webparts/tutorials/config/config.json

42 lines
1.9 KiB
JSON

{
"entries": [
{
"entry": "./lib/webparts/helloWorld/HelloWorldWebPart.js",
"manifest": "./src/webparts/helloWorld/HelloWorldWebPart.manifest.json",
"outputPath": "./dist/hello-world.bundle.js"
},
{
"entry": "./lib/webparts/helloWorldSharePoint/HelloWorldSharePointWebPart.js",
"manifest": "./src/webparts/helloWorldSharePoint/HelloWorldSharePointWebPart.manifest.json",
"outputPath": "./dist/hello-world-share-point.bundle.js"
},
{
"entry": "./lib/webparts/jQuery/JQueryWebPart.js",
"manifest": "./src/webparts/jQuery/JQueryWebPart.manifest.json",
"outputPath": "./dist/j-query.bundle.js"
},
{
"entry": "./lib/webparts/documentCardExample/DocumentCardExampleWebPart.js",
"manifest": "./src/webparts/documentCardExample/DocumentCardExampleWebPart.manifest.json",
"outputPath": "./dist/document-card-example.bundle.js"
}
],
"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",
"jquery": "node_modules/jquery/dist/jquery.min.js",
"jqueryui": "node_modules/jqueryui/jquery-ui.min.js"
},
"localizedResources": {
"helloWorldStrings": "webparts/helloWorld/loc/{locale}.js",
"helloWorldSharePointStrings": "webparts/helloWorldSharePoint/loc/{locale}.js",
"jQueryStrings": "webparts/jQuery/loc/{locale}.js",
"documentCardExampleStrings": "webparts/documentCardExample/loc/{locale}.js"
}
}