Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Sort types in build-scripts/getBaseConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 19, 2024
1 parent 9f57714 commit 7ed7506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/build-scripts/getBaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { Format, Options } from 'tsup';

type Platform =
| 'browser'
| 'node'
// React Native
| 'native';
| 'native'
| 'node';

const BROWSERSLIST_TARGETS = browsersListToEsBuild();

Expand Down

0 comments on commit 7ed7506

Please sign in to comment.