|
пре 9 месеци | |
---|---|---|
.. | ||
lib | пре 9 месеци | |
node_modules | пре 9 месеци | |
README.md | пре 9 месеци | |
package.json | пре 9 месеци |
@yarnpkg/esbuild-plugin-pnp
This 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()],
// ...
});