diff --git a/src/components/pages/profile.jsx b/src/components/pages/profile.jsx
index 1ec5a45..649940e 100644
--- a/src/components/pages/profile.jsx
+++ b/src/components/pages/profile.jsx
@@ -166,28 +166,28 @@ class Profile extends React.Component {
Recruits:
{this.state.recruits}
-
+
Soldiers:
{this.state.soldiers}
-
-
+
+
Spies:
{this.state.spies}
-
-
+
+
Scientists:
{this.state.scientists}
-
-
+
+
diff --git a/webpack.config.js b/webpack.config.js
index 908c145..212c444 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -24,7 +24,7 @@ module.exports = {
]
},
optimization: {
- minimize: false,
+ minimize: true,
minimizer: [
new TerserPlugin({
terserOptions: {