Skip to content

Commit

Permalink
Meta: Also output cjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Nov 5, 2023
1 parent e458bc4 commit 678643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/nordstar/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default defineConfig({
clean: true,
target: 'esnext',
entry: ['src/index.ts', '!src/scripts'],
format: ['esm']
format: ['cjs', 'esm']
});

0 comments on commit 678643c

Please sign in to comment.