Skip to content

Commit

Permalink
fix: use external chalk library to stop os/tty import errors on React…
Browse files Browse the repository at this point in the history
… Native
  • Loading branch information
wwdrew authored and kettanaito committed Jul 9, 2021
1 parent 6c82ffa commit cd53d6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ const buildNode = {
const buildNative = {
input: 'src/native/index.ts',
external: [
'tty',
'os',
'chalk',
'util',
'events',
'@mswjs/interceptors',
Expand Down

0 comments on commit cd53d6f

Please sign in to comment.