2.0.1 • Published 10 months ago

esbuild-jest-transform v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 months ago

esbuild-jest-transform

npm version

esbuild jest plugin. You can set the build options of esbuild by passing them as transform options.

esbuild config

Install

npm install -D esbuild esbuild-jest-transform

Setup

jest.config.js

"transform": {
  "^.+\\.[jt]sx?$": "esbuild-jest-transform"
},

config

jest.config.js

"transform": {
  "^.+\\.[jt]sx?$": [
    "esbuild-jest-transform",
    {
      "target": "es2015",
    }
  ]
},
2.0.1

10 months ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago