docker
Change-Id: Ie7c4842bbed1447bf9117b2e199f69842aa0ec75
diff --git a/package.json b/package.json
index 8091f3c..76f9a72 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
],
"dependencies": {
"@testing-library/dom": "^10.4.0",
- "antd": "^5.25.3",
+ "antd": "^5.25.4",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
@@ -25,7 +25,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
- "start": "react-scripts start",
+ "start": "react-scripts start --no-source-maps",
"build": "react-scripts build",
"test": "jest",
"test:watch": "jest --watch",