Skip to content

Commit 4646848

Browse files
xp44mmchenxsan
andauthored
docs(guides): fix custom blockquote in build-performance.md (#4167)
* del bra * T> * Update .gitignore Co-authored-by: Sam Chen <[email protected]> * force deployment Co-authored-by: Sam Chen <[email protected]>
1 parent 16acb67 commit 4646848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/guides/build-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ W> Don't use too many workers, as there is a boot overhead for the Node.js runti
108108
Enable persistent caching with the `cache-loader`. Clear cache directory on `"postinstall"` in `package.json`.
109109

110110

111-
T> We support yarn PnP version 3 [`yarn 2 berry`](https://next.yarnpkg.com/features/pnp) for persistent caching
111+
T> We support yarn PnP version 3 [`yarn 2 berry`](https://next.yarnpkg.com/features/pnp) for persistent caching.
112112

113113
### Custom plugins/loaders
114114

@@ -153,7 +153,7 @@ Be aware of the performance differences between the different `devtool` settings
153153
- The `cheap-source-map` variants are more performant if you can live with the slightly worse mapping quality.
154154
- Use a `eval-source-map` variant for incremental builds.
155155

156-
=> In most cases, `eval-cheap-module-source-map` is the best option.
156+
T> In most cases, `eval-cheap-module-source-map` is the best option.
157157

158158

159159
### Avoid Production Specific Tooling

0 commit comments

Comments
 (0)