From 2b669f1ca017b174150aa149fe924ca065091782 Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 20 Feb 2025 16:48:52 +0100 Subject: [PATCH] fix: fix tsup config --- .npmrc | 2 +- tsup.config.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index 3369ecf6..a232c773 100644 --- a/.npmrc +++ b/.npmrc @@ -2,4 +2,4 @@ auto-install-peers=true #strict-peer-dependencies=false -#registry=http://localhost:4873 \ No newline at end of file +registry=http://localhost:4873 \ No newline at end of file diff --git a/tsup.config.js b/tsup.config.js index 0ef48438..5133a070 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -18,8 +18,5 @@ export default defineConfig(() => ({ splitting: true, shims: true, cjsInterop: true, - skipNodeModulesBundle: true, - footer: { - js: 'module.exports = module.exports.default;' - } + skipNodeModulesBundle: true })) \ No newline at end of file