From 31a562809d5b59cc714e9591833a98e38ebb60ab Mon Sep 17 00:00:00 2001 From: Chakkaradeep Chandran Date: Thu, 27 Oct 2016 22:39:10 -0700 Subject: [PATCH] Updated code to not bundle mock data provider when the web part is packaged for distribution. --- samples/react-todo-basic/src/webparts/todo/TodoWebPart.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/react-todo-basic/src/webparts/todo/TodoWebPart.ts b/samples/react-todo-basic/src/webparts/todo/TodoWebPart.ts index 41c73a0bb..592d2661e 100644 --- a/samples/react-todo-basic/src/webparts/todo/TodoWebPart.ts +++ b/samples/react-todo-basic/src/webparts/todo/TodoWebPart.ts @@ -32,9 +32,10 @@ export default class TodoWebPart extends BaseClientSideWebPart