From aef5952c4d7ef8b6d9a0780d949d48f1f5a5c16b Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 19 Feb 2025 21:29:53 +0000 Subject: [PATCH] Remove clutter --- frontend/obsidian-plugin/webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/obsidian-plugin/webpack.config.js b/frontend/obsidian-plugin/webpack.config.js index 7f661243..7e05101d 100644 --- a/frontend/obsidian-plugin/webpack.config.js +++ b/frontend/obsidian-plugin/webpack.config.js @@ -27,10 +27,6 @@ module.exports = (env, argv) => ({ new MiniCssExtractPlugin({ filename: "styles.css" }), - - new (require("webpack").DefinePlugin)({ - __CURRENT_DATE__: Date.now() - }), { apply: (compiler) => { if (argv.mode !== "development") {