mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* 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>
31 lines
940 B
JSON
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"
|
|
}
|
|
} |