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"
|
||
|
}
|
||
|
}
|