#How to minify Javascript in a remix application?
1 messages · Page 1 of 1 (latest)
Notice that serverMinify might be a misnomer. I think this will minify both the server side and client side code. The documentation says that it minifies the build which should be both:
Whether to minify the server build in production or not. Defaults to false.