You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
There is no way to set babel-preset-env targets - default is ie9 I think, but I would like to set other options regarding safari versions and so on. Right now, AFAIK, the only way is to write my own babel config and use it instead of babel-preset-poi. However it would be copy-pasting of this code: https://github.com/egoist/poi/blob/master/packages/babel-preset-poi/index.js.
What is the expected behavior?
Would be nice to be able to pass other options (in addition to "jsx" option) to babel-preset-poi to override @babel/preset-env options.
If this is a feature request, what is the motivation or use case for changing the behavior?
To have full control of @babel/preset-env options like "target" (browser versions).
Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.
n/a
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
feature
What is the current behavior?
There is no way to set babel-preset-env targets - default is ie9 I think, but I would like to set other options regarding safari versions and so on. Right now, AFAIK, the only way is to write my own babel config and use it instead of babel-preset-poi. However it would be copy-pasting of this code: https://github.com/egoist/poi/blob/master/packages/babel-preset-poi/index.js.
What is the expected behavior?
Would be nice to be able to pass other options (in addition to "jsx" option) to babel-preset-poi to override @babel/preset-env options.
If this is a feature request, what is the motivation or use case for changing the behavior?
To have full control of @babel/preset-env options like "target" (browser versions).
Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.
n/a
The text was updated successfully, but these errors were encountered: