You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Providing that rollup-plugin-terser implements only the renderChunk() hook, that hook accepts as third parameter an OutputOptions object, that OutputOptions object contains a sourcemap property, why doesn't terser() just decide based on the OutputOptions.sourcemap property whether to do or not to do sourcemap?
In other words I am asking to remove useroptions.sourcemaps proprety from the code and documentation.
The text was updated successfully, but these errors were encountered:
Providing that rollup-plugin-terser implements only the renderChunk() hook, that hook accepts as third parameter an OutputOptions object, that OutputOptions object contains a sourcemap property, why doesn't terser() just decide based on the OutputOptions.sourcemap property whether to do or not to do sourcemap?
In other words I am asking to remove useroptions.sourcemaps proprety from the code and documentation.
The text was updated successfully, but these errors were encountered: