It appears the source code encoded in //# sourceMappingURL of background-scripts/background.js does not have normalized line breaks. When generated on Windows it includes \r\n whereas on Linux it seems to only include \n.
To generate a reproducible extension binary the line breaks should be normalized.
It appears the source code encoded in
//# sourceMappingURL
ofbackground-scripts/background.js
does not have normalized line breaks. When generated on Windows it includes\r\n
whereas on Linux it seems to only include\n
.To generate a reproducible extension binary the line breaks should be normalized.