sp-dev-fx-webparts/samples/react-todo-basic/config/config.json

14 lines
300 B
JSON
Raw Normal View History

2017-05-04 14:55:19 -04:00
{
"entries": [
{
"entry": "./lib/webparts/todo/TodoWebPart.js",
"manifest": "./src/webparts/todo/TodoWebPart.manifest.json",
"outputPath": "./dist/todo.bundle.js"
}
],
"externals": {},
"localizedResources": {
"todoStrings": "webparts/todo/loc/{locale}.js"
}
}