From 09856623e8acc66363f902464f9f6d6f049389c7 Mon Sep 17 00:00:00 2001 From: Muffin Date: Tue, 20 Aug 2024 00:14:36 -0500 Subject: [PATCH] Remove unused code --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index f67a63c5413..4b6ad0cb9d4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -227,7 +227,6 @@ module.exports = [ template: 'src/playground/simple.ejs', filename: 'credits.html', title: `${APP_NAME} Credits`, - noSplash: true, ...htmlWebpackPluginCommon }), new CopyWebpackPlugin({