Skip to content

Commit

Permalink
fix(bundle): make bundle tree-shakable
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 25, 2024
1 parent 2987ced commit e86fc00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const config: Options = {
dts: true,
entry: ['./src/index.ts', './src/countries/index.ts', './src/states/index.ts'],
format: ['cjs', 'esm'],
minify: true,
target: 'node16',
target: 'esnext',
tsconfig: 'tsconfig.build.json',
};

Expand Down

0 comments on commit e86fc00

Please sign in to comment.