diff --git a/package.json b/package.json
index d6134b9..375c0b2 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,8 @@
},
"scripts": {
"start": "react-scripts start",
- "build": "react-scripts build",
+ "build_RE": "react-scripts build",
+ "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
diff --git a/public/index.html b/public/index.html
index 4b668dc..a55dc00 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,7 +7,7 @@