In the transforms guide there is mentioning of configuration of the poi/babel preset by specifying the options jsx, flow and typescript. The code, however, supports overriding of the env parameter in order to effectively control the target.
For example, I'm using the following babel.config.js file in order to use a more up-to-date target over the default IE 9:
In the transforms guide there is mentioning of configuration of the
poi/babel
preset by specifying the optionsjsx
,flow
andtypescript
. The code, however, supports overriding of theenv
parameter in order to effectively control the target.For example, I'm using the following
babel.config.js
file in order to use a more up-to-date target over the default IE 9: