Skip to content

Commit

Permalink
docs: update ESBuild PnP support status (#4726)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
dritter authored and merceyz committed Oct 21, 2023
1 parent ad83d52 commit e3e9e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/content/features/plugnplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Many common frontend tools now support Plug'n'Play natively!
| Babel | Starting from `resolve` 1.9 |
| Create-React-App | Starting from 2.0+ |
| Docusaurus | Starting from 2.0.0-beta.14 |
| ESBuild | Starting from [0.15.2](https://github.com/evanw/esbuild/releases/tag/v0.15.2) |
| ESLint | Some compatibility issues w/ shared configs (fixable using [@rushstack/eslint-patch](https://yarnpkg.com/package/@rushstack/eslint-patch)) |
| Gatsby | Supported with version ≥2.15.0, ≥3.7.0 |
| Gulp | Supported with version 4.0+ |
Expand All @@ -150,7 +151,6 @@ Many common frontend tools now support Plug'n'Play natively!

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

0 comments on commit e3e9e5f

Please sign in to comment.