From 8b850c02a79d886ffe528c2cdbf6fd2fadf08af9 Mon Sep 17 00:00:00 2001
From: Yigit Alparslan <ya332@drexel.edu>
Date: Sun, 5 Jan 2020 22:12:30 -0500
Subject: [PATCH] Convert webpack to react-scripts for building

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 72b55ff..85cd15d 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
 		},
 		"scripts": {
 				"start": "react-scripts start",
-				"build": "webpack --mode production --config webpack.config.js",
+				"build": "react-scripts build",
 				"test": "react-scripts test",
 				"eject": "react-scripts eject"
 		},