mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
b322dd8771
* Update to GA * Bugfix: incorrect hierarchy is built if there are terms with equal names on different levels
16 lines
467 B
JSON
16 lines
467 B
JSON
{
|
|
"entries": [
|
|
{
|
|
"entry": "./lib/webparts/termSetRequester/TermSetRequesterWebPart.js",
|
|
"manifest": "./src/webparts/termSetRequester/TermSetRequesterWebPart.manifest.json",
|
|
"outputPath": "./dist/term-set-requester.bundle.js"
|
|
}
|
|
],
|
|
"externals": {
|
|
"knockout": "node_modules/knockout/build/output/knockout-latest.debug.js"
|
|
},
|
|
"localizedResources": {
|
|
"termSetRequesterStrings": "webparts/termSetRequester/loc/{locale}.js"
|
|
}
|
|
}
|