cleaning tooltip enqueuing

This commit is contained in:
Antoine M 2024-07-03 15:26:39 +02:00
parent 9b451fbaf3
commit 61b81de2e4

View File

@ -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"),
},
};