After updating to Webpack 5, I found that assets.json had an auto prefix attached to the paths. I found this option "undid" that behavior, but I needed to update my version of assets-webpack-plugin to have access to it.
Note that I recently updated this package in D6682, but at the time could not upgrade to the 6.x branch as it required Webpack 5.
Depends on D6699