|
|
1 éve | |
|---|---|---|
| .. | ||
| lib | 1 éve | |
| node_modules | 1 éve | |
| README.md | 1 éve | |
| package.json | 1 éve | |
@yarnpkg/esbuild-plugin-pnpThis plugin lets you use Yarn with esbuild. We use it in order to build Yarn itself!
Add the plugin to your dependencies:
yarn add @yarnpkg/esbuild-plugin-pnp
Reference it via your esbuild configuration (build API only):
import {pnpPlugin} from '@yarnpkg/esbuild-plugin-pnp';
await build({
plugins: [pnpPlugin()],
// ...
});