rollup-plugin-esbuild
Use ESBuild with Rollup to transform ESNext and TypeScript code.
File Explorer
Download Latest Version (.zip)- nodejs.yml
- renovate.json5
- class.ts
- foo.tsx
- index.js
- package.json
- rollup.config.js
- test.png
- test.txt
- tsconfig.base.json
- tsconfig.json
- optmize-deps.ts
- index.ts
- minify.ts
- tsconfig.ts
- warn.ts
- index.test.ts
- .gitignore
- .prettierrc
- .releaserc.json
- bench.sh
- CONTRIBUTING.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- tsup.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/egoist/rollup-plugin-esbuild
Downloads the entire project code from GitHub to your computer.
cd rollup-plugin-esbuild
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add esbuild rollup-plugin-esbuild --dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
