sp-dev-fx-webparts/samples/react-multipage/config/config.json

14 lines
300 B
JSON
Raw Normal View History

2016-11-22 08:46:35 -05:00
{
"entries": [
{
"entry": "./lib/webparts/poll/PollWebPart.js",
"manifest": "./src/webparts/poll/PollWebPart.manifest.json",
"outputPath": "./dist/poll.bundle.js"
}
],
"externals": {},
2016-11-22 08:46:35 -05:00
"localizedResources": {
"pollStrings": "webparts/poll/loc/{locale}.js"
}
}