- [Breaking]: Rename the
transformModulePath
config paramater totransformer.babelTransformerPath
. - [Breaking]: Move
assetPlugins
param to the config object (not accepted as a URL param anymore). - [Feature]: Add
transformerPath
config param to allow fully customization of the transformer logic (to generate non-JS modules). - [Feature]: Added
metro-visualizer
package to get a visual representation of the build bundles. - [Fixed]: Pass
resetCache
option tojest-haste-map
.