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
It would be nice to have JS minified for CI builds, or for release builds, but have that optimization turned off for development snapshot builds. Non-minified JS is much easier to troubleshoot since symbol names match sources and therefore error stacks are possible to follow.
Anything other information?
No response
The text was updated successfully, but these errors were encountered:
An alternate approach would be to configure sourcemaps properly during the build. This should mean that builds can be minified whether built as a local or CI snapshot or as a CI release, but there would be additional sourcemap assets available to help with debugging should any runtime errors occur.
andrewazores
changed the title
[Request] Enable JS minification plugin only in CI builds
[Request] Enable JS minification plugin only in CI builds, or enable sourcemaps
Jun 12, 2024
Describe the feature
It would be nice to have JS minified for CI builds, or for release builds, but have that optimization turned off for development snapshot builds. Non-minified JS is much easier to troubleshoot since symbol names match sources and therefore error stacks are possible to follow.
Anything other information?
No response
The text was updated successfully, but these errors were encountered: