mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
git-subtree-dir: samples/react-ppw-html git-subtree-mainline: 120045d2876ddf4c69df0c76621ac26e2ae66070 git-subtree-split: 1d033d0348cda84f2cd1d524b4a853c997d1f767
19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"hello-world-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/helloWorld/HelloWorldWebPart.js",
|
|
"manifest": "./src/webparts/helloWorld/HelloWorldWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"HelloWorldWebPartStrings": "lib/webparts/helloWorld/loc/{locale}.js"
|
|
}
|
|
}
|