Sudharsan 8acf36979f Js advanced commenting (#1131)
* Advanced comment box sample

* Typo error

Updated the SharePoint generator version info.

Co-authored-by: Mikael Svenson <miksvenson@gmail.com>
Co-authored-by: Laura Kokkarinen <41330990+LauraKokkarinen@users.noreply.github.com>
2020-02-10 11:37:50 +02:00

31 lines
940 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"page-comments-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/pageComments/PageCommentsWebPart.js",
"manifest": "./src/webparts/pageComments/PageCommentsWebPart.manifest.json"
}
]
}
},
"externals": {
"jquery": {
"path": "node_modules/jquery/dist/jquery.min.js",
"globalName": "jQuery"
},
"textcomplete": {
"path": "https://cdnjs.cloudflare.com/ajax/libs/jquery.textcomplete/1.8.0/jquery.textcomplete.js",
"globalName": "jQuery",
"globalDependencies": [
"jquery"
]
}
},
"localizedResources": {
"PageCommentsWebPartStrings": "lib/webparts/pageComments/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}