esbuild-jest-transform

2.0.0 • Public • Published

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",
    }
  ]
},

Readme

Keywords

none

Package Sidebar

Install

npm i esbuild-jest-transform

Weekly Downloads

3,058

Version

2.0.0

License

MIT

Unpacked Size

4.87 kB

Total Files

9

Last publish

Collaborators

  • akfm