Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable sourcemaps for production build #771

Merged
merged 9 commits into from Sep 2, 2019
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,8 +20,10 @@ This project adheres to the Node [default version scheme](https://docs.npmjs.com
### Changed
- Public: Unbundled dependencies for npm
- UI: Changed camera permission screen design
- Internal: Disable source maps for NPM build. Source maps will still be enabled for `/dist` build
- Internal: Upgraded Preact for compatibility with latest version of React DevTools


### Fixed
- Public: Fixed user seeing the video capture intro screen, followed by selfie capture screen instead of x-device intro screen when video capture is enabled but device has no camera
- Public: Fixed wrong message displaying on the Cross Device "End of Flow" screen
Expand Down