History log of /expo/packages/html-elements/babel.js (Results 1 – 4 of 4)
Revision Date Author Comments
# 14b29cd0 08-Mar-2023 Evan Bacon <[email protected]>

fix(html-elements): prevent converting in node_modules (#21594)

# Why

- Metro transpiles node_modules so we need to add this extra step to
prevent targeting node modules.
- Web should skip conv

fix(html-elements): prevent converting in node_modules (#21594)

# Why

- Metro transpiles node_modules so we need to add this extra step to
prevent targeting node modules.
- Web should skip converting html / body tags.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# f4a8f663 20-Jan-2023 Evan Bacon <[email protected]>

feat(html-elements): added div and babel tests (#20867)

# Why

- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to

feat(html-elements): added div and babel tests (#20867)

# Why

- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to styling/Yoga. Yoga has some good strategies for
changing default styles in the future so I think we can lean on that for
migration.

show more ...


# 0dea26c9 12-Jan-2023 Evan Bacon <[email protected]>

auto import html elements package (#20808)

# Why


When an app uses the babel plugin, the import should be automatically
added.


# b0cb56ff 30-Apr-2020 Evan Bacon <[email protected]>

Created a babel plugin for transforming DOM elements (#8080)