chore(config): 🔧 Update tsup build config to enable minification and sourcemaps
Some checks failed
Build and Publish / build-and-publish (push) Failing after 32s
Some checks failed
Build and Publish / build-and-publish (push) Failing after 32s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e7ca6f95e6
commit
451ff783af
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ export default createLibraryConfig({
|
|||
'phonetic/index': 'src/phonetic/index.ts',
|
||||
'data-structures/index': 'src/data-structures/index.ts',
|
||||
},
|
||||
format: ['esm', 'cjs'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue