Skip to content

Commit d69a31a

Browse files
drittermerceyz
authored andcommitted
docs: update ESBuild PnP support status (#4726)
* Mention ESBuild supporting PnP since 0.15.0 * Mention ESBuild supporting PnP since 0.15.0 * Fix ESBuild Version number from which on ESBuild supports Yarn PNP * Fix ESBuild Version number from which on ESBuild supports Yarn PNP (cherry picked from commit cf67f3a)
1 parent 3d63a66 commit d69a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/content/features/plugnplay.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Many common frontend tools now support Plug'n'Play natively!
128128
| Babel | Starting from `resolve` 1.9 |
129129
| Create-React-App | Starting from 2.0+ |
130130
| Docusaurus | Starting from 2.0.0-beta.14 |
131+
| ESBuild | Starting from [0.15.2](https://github.com/evanw/esbuild/releases/tag/v0.15.2) |
131132
| ESLint | Some compatibility issues w/ shared configs (fixable using [@rushstack/eslint-patch](https://yarnpkg.com/package/@rushstack/eslint-patch)) |
132133
| Gatsby | Supported with version ≥2.15.0, ≥3.7.0 |
133134
| Gulp | Supported with version 4.0+ |
@@ -150,7 +151,6 @@ Many common frontend tools now support Plug'n'Play natively!
150151

151152
| <div style="width:150px">Project name</div> | Note |
152153
| --- | --- |
153-
| ESBuild | Via [`@yarnpkg/esbuild-plugin-pnp`](https://github.com/yarnpkg/berry/tree/master/packages/esbuild-plugin-pnp#yarnpkgesbuild-plugin-pnp) |
154154
| VSCode-ESLint | Follow [Editor SDKs](https://yarnpkg.com/getting-started/editor-sdks) |
155155
| VSCode | Follow [Editor SDKs](https://yarnpkg.com/getting-started/editor-sdks) |
156156
| Webpack 4.x | Via [`pnp-webpack-plugin`](https://github.com/arcanis/pnp-webpack-plugin) (native starting from 5+) |

0 commit comments

Comments
 (0)