From 49e6332a7710938e54a97ac95c6f9a988eab8311 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Wed, 15 Dec 2021 14:08:02 +0800 Subject: [PATCH] docs: fix warning message --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5526de76..8cdf7b77 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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