Skip to content

Commit

Permalink
fix: fix tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 20, 2025
1 parent e886276 commit 2b669f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
auto-install-peers=true
#strict-peer-dependencies=false

#registry=http://localhost:4873
registry=http://localhost:4873
5 changes: 1 addition & 4 deletions tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ export default defineConfig(() => ({
splitting: true,
shims: true,
cjsInterop: true,
skipNodeModulesBundle: true,
footer: {
js: 'module.exports = module.exports.default;'
}
skipNodeModulesBundle: true
}))

0 comments on commit 2b669f1

Please sign in to comment.