Iosvany Dalmau
Results
2
comments of
Iosvany Dalmau
> Try to exclude `nodu_modules/react-native-calendars` from your `babel-loader`. I am experiencing the same issue. Explicitly excluding it doesn't seem to help. I have an "include" property for babel-loader just for...
Found the solution. Make sure to INCLUDE it in babel-loader. To fix it do the following: 1- Make sure to include the package folder in the babelLoader configuration in webpack.config.js...