From 2ed795908819864e8e7a5f9467f6ce02ecddb772 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:29:55 +0200 Subject: [PATCH] refacor: remove pesky console.log --- rollup.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index b4a7021..9a295fa 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -98,11 +98,6 @@ const construct = (input, output) => defineConfig({ sourceMap: shouldEmitSourcemaps(), keep_classnames: true, }), - { - load(source) { - console.log(source); - } - }, ], output: { file: output,