mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
dbd7d66ff6
Moved web part to a subdirectory
14 lines
357 B
JSON
14 lines
357 B
JSON
{
|
|
"entries": [
|
|
{
|
|
"entry": "./lib/webparts/latestOrders/LatestOrdersWebPart.js",
|
|
"manifest": "./src/webparts/latestOrders/LatestOrdersWebPart.manifest.json",
|
|
"outputPath": "./dist/latest-orders.bundle.js"
|
|
}
|
|
],
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"latestOrdersStrings": "webparts/latestOrders/loc/{locale}.js"
|
|
}
|
|
}
|