Skip to content

noriyotcp/esbuild-plugin-copy-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esbuild-plugin-copy-sample

This is the sample for esbuild-plugin-copy

 ❯ gh repo clone noriyotcp/esbuild-plugin-copy-sample
 ❯ cd esbuild-plugin-copy-sample
 ❯ ls
assets            lib               package-lock.json src
esbuild.mjs       node_modules      package.json      tsconfig.json

 ❯ tree assets
assets
├── javascript
│   └── test-in-dir.ts
└── test.ts

❯ npm install
❯ npm run build

> [email protected] build
> node ./esbuild.mjs

 ❯ ls
assets            lib               package-lock.json src               tsconfig.json
esbuild.mjs       node_modules      package.json      tmp-assets

 ❯ tree tmp-assets
tmp-assets
├── javascript
│   └── test-in-dir.ts
└── test.ts

About

This is the sample for esbuild-plugin-copy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published