Skip to content

Commit

Permalink
docs: fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 15, 2021
1 parent 0826b35 commit 49e6332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Expand Up @@ -163,9 +163,9 @@ If you want to inline sourcemap, you can try:
tsup index.ts --sourcemap inline
```

> Warn: Note that inline sourcemap is solely used for development, e.g. when developing a browser extension and the access to `.map` file is not allowed, and it's not recommended for production.
> Warning: Note that inline sourcemap is solely used for development, e.g. when developing a browser extension and the access to `.map` file is not allowed, and it's not recommended for production.
> Warn: Source map is not supported in `--dts` build.
> Warning: Source map is not supported in `--dts` build.
### Bundle formats

Expand Down

1 comment on commit 49e6332

@vercel
Copy link

@vercel vercel bot commented on 49e6332 Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.