adambrgmn / wp-bundler

A minimal and fast bundler for your WordPress front end assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Babel jsx transform

adambrgmn opened this issue · comments

Esbuild has released support for react automatic jsx transform (https://github.com/evanw/esbuild/releases).

That means the babel transform can now be omitted.

If this is still in use. Otherwise enable it...

Also, validate that it works with wp's version of react.