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,