sp-dev-fx-webparts/samples/react-script-editor/config/config.json

12 lines
475 B
JSON

{
"entries": [
{
"entry": "./lib/webparts/scriptEditor/ScriptEditorWebPart.js",
"manifest": "./src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json",
"outputPath": "./dist/script-editor.bundle.js"
}
],
"externals": {
"office-ui-fabric-react": "https://publiccdn.sharepointonline.com/techmikael.sharepoint.com/11510075fe4212d19d3e6d07c91981263dd697bf111cb1e5f0efb15de0ec08b382cde399/2.34.2/office-ui-fabric-react.bundle.min.js"
}
}