From ac15b25af6270ff22a43281639f3870b572c243b Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto Date: Fri, 25 Sep 2020 04:57:49 +0000 Subject: [PATCH] Resolve unnecessary diffs --- frontend/tty-receiver/main.css | 4 ---- frontend/webpack.config.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/tty-receiver/main.css b/frontend/tty-receiver/main.css index 3f5ccf6..b3920e0 100644 --- a/frontend/tty-receiver/main.css +++ b/frontend/tty-receiver/main.css @@ -122,7 +122,3 @@ html, body { height: 100%; } - -xterm { - font-family: SauceCodePro; -} diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index f54c115..1f75017 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -9,7 +9,7 @@ let mainConfig = { }, output: { path: __dirname + '/public/', - filename: '[name].js' + filename: '[name].js', }, mode: develBuild ? 'development' : 'production', module: {