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
When running rollup using the rollup-plugin-uglify I get an error:
(uglify plugin) Error: sourcemap is not a supported option
It seems to have to do with an update to the serialize-javascript plugin where they no longer remove keys that has an undefined value. Hence the sourcemap (all lowercase) option is passed to uglify that throws an error since that is an invalid option (should be camelcased).
This error also happens for the numWorkers option.
The text was updated successfully, but these errors were encountered:
Hi!
When running rollup using the rollup-plugin-uglify I get an error:
(uglify plugin) Error:
sourcemapis not a supported option
It seems to have to do with an update to the serialize-javascript plugin where they no longer remove keys that has an undefined value. Hence the sourcemap (all lowercase) option is passed to uglify that throws an error since that is an invalid option (should be camelcased).
This error also happens for the numWorkers option.
The text was updated successfully, but these errors were encountered: