14 lines
343 B
JSON
14 lines
343 B
JSON
|
{
|
||
|
"entries": [
|
||
|
{
|
||
|
"entry": "./lib/webparts/helloWorld/HelloWorldWebPart.js",
|
||
|
"manifest": "./src/webparts/helloWorld/HelloWorldWebPart.manifest.json",
|
||
|
"outputPath": "./dist/hello-world.bundle.js"
|
||
|
}
|
||
|
],
|
||
|
"externals": {},
|
||
|
"localizedResources": {
|
||
|
"helloWorldStrings": "webparts/helloWorld/loc/{locale}.js"
|
||
|
}
|
||
|
}
|