2.0.0 • Published 7 months ago

esbuild-jest-transform v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 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": {
  "^.+\\.jsx?$": "esbuild-jest-transform"
},

config

jest.config.js

"transform": {
  "^.+\\.jsx?$": [
    "esbuild-jest-transform",
    {
      "target": "es2015",
    }
  ]
},
2.0.0

7 months ago

1.1.1

1 year ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago