v0.0.1
Initial Release!
This first release includes sourcemaps for ReactDOM 18.2.0 and 18.1.0, and a CLI tool that will update a single input sourcemap file to use the original contents of ReactDOM if it detects a matching version by content hash:
yarn add @acemarke/react-prod-sourcemaps
./node_modules/.bin/react-prod-sourcemaps --inputFile path/to/your/appBuild/sourcemap.js.map
# Output file will currently be written to sourcemap.remapped.js.map