From 61b81de2e415193a884cd7e819b704877d37008e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 3 Jul 2024 15:26:39 +0200 Subject: [PATCH] cleaning tooltip enqueuing --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 94b5354..a67ffeb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,7 +5,6 @@ module.exports = { ...defaultConfig, entry: { index: path.resolve(process.cwd(), "src/", "index.js"), - tooltipFront: path.resolve(process.cwd(), "src/format-types/tooltip", "tooltip-front_new.js"), - // tooltipFront: path.resolve(process.cwd(), "src/format-types/tooltip", "tooltip-front.js"), + tooltipFront: path.resolve(process.cwd(), "src/format-types/tooltip", "tooltip-front.js"), }, };