Skip to content

Commit

Permalink
Add commented Babel config from debugging SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Apr 4, 2023
1 parent 013d3ab commit d8f7279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ module.exports = {
plugins: [
'transform-inline-environment-variables',
'react-native-reanimated/plugin',
// [
// '@babel/plugin-transform-react-jsx',
// {
// // throwIfNamespace: false,
// },
// ],
],
env: {
production: {
Expand Down

0 comments on commit d8f7279

Please sign in to comment.