From 8bb1c6f8adb5f2bb6e3d3074a8338d7677f6c702 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 29 May 2019 22:56:12 +1000 Subject: [PATCH] Minor tweak --- src/components/pages/profile.jsx | 14 +++++++------- webpack.config.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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: {