Skip to content

Commit

Permalink
fixup! fix(localizations): Fix building of retheme subpath exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Dec 1, 2023
1 parent d208107 commit 17fe7f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions packages/localizations/src/index.retheme.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/localizations/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig(_overrideOptions => {

return {
entry: {
index: uiRetheme ? 'src/index.retheme.ts' : 'src/index.ts',
index: 'src/index.ts',
'en-US': uiRetheme ? 'src/en-US.retheme.ts' : 'src/en-US.ts',
'ar-SA': 'src/ar-SA.ts',
'cs-CZ': 'src/cs-CZ.ts',
Expand Down

0 comments on commit 17fe7f8

Please sign in to comment.