What's New
This release contains a new experimental common preset @shopify/babel-preset/common
. [#231]
The @shopify/babel-preset/common
preset is designed to be a common import that offers more options. It is a combination of the web
, node
, and react
presets all in one.
Example Usage
{
"babel": {
"presets": [
["@shopify/babel-preset/common", {"typescript": true, "react": true, "transformRuntime": true}]
]
}
}
Note: The common
preset will replace the web
, node
, and react
presets in the next major release.