Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update ESBuild PnP support status #4726

Merged
merged 4 commits into from
Aug 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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