From b9cd8b763ad970742f8cf9e25c38134ec66489b7 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:31:07 -0500 Subject: [PATCH] Switch to production mode since its kinda stable now and also development makes the source eval'd garbage --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 3245091..c7f9d4a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,5 +5,5 @@ module.exports = { filename: 'main.js', path: path.resolve(__dirname, 'dist'), }, - mode: "development" -} \ No newline at end of file + mode: "production" +}