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
Looks like haul babel presset ignores node_modules, but some libraries which need to be compiled,like rn-viewpager.
Bundle crashes on class static property, which works fine if i write that right in my App.tsx.
Maybe it is a not an issue, cause i understand that not every node_module should be compiled,
but what should i do in this case? (except choosing another lib)
The text was updated successfully, but these errors were encountered:
Natteke
changed the title
s
Some libraries from node_modules (or every) do not compiled
Feb 28, 2020
Natteke
changed the title
Some libraries from node_modules (or every) do not compiled
Some libraries from node_modules (or every) do not compiled by babel
Feb 28, 2020
if i console.log the passed config in transform function, it does not looks like node_modules were excluded from babel, but behavior suggests otherwise.
Environment
"@haul-bundler/babel-preset-react-native": "^0.16.0",
"@haul-bundler/preset-0.60": "^0.17.0",
"@haul-bundler/cli": "^0.17.0",
"@haul-bundler/core": "^0.17.0",
"react": "16.9.0",
"react-native": "0.61.5",
Description
Looks like haul babel presset ignores node_modules, but some libraries which need to be compiled,like rn-viewpager.
Bundle crashes on class static property, which works fine if i write that right in my App.tsx.
Maybe it is a not an issue, cause i understand that not every node_module should be compiled,
but what should i do in this case? (except choosing another lib)
To reproduce
--empty project works fine--
The text was updated successfully, but these errors were encountered: