Open dmoncada opened 1 year ago
Fix for #15
Added "inlineSource": true to tsconfig.json and updated the build files, to prevent the Failed to parse source map warnings when using this package in a React / React Native project.
"inlineSource": true
tsconfig.json
Failed to parse source map
Fix for #15
Added
"inlineSource": true
totsconfig.json
and updated the build files, to prevent theFailed to parse source map
warnings when using this package in a React / React Native project.