Skip to content

v0.0.1

Compare
Choose a tag to compare
@markerikson markerikson released this 29 Aug 14:54
· 58 commits to main since this release

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