Closed
Description
So I have tried to use yarn run build -- --release
to build my app on my EC2 instance (Ubuntu) using Nginx web server , while I ran node server.js
I know it's running on my server and I can browse the page from my domain, but I can also inspect all the source code that are unminimized (from my server root path), I inspected using Chrome.
I supposed this is a release version, shouldn't all js source code have been optimized and minimized after running the build
command?
Metadata
Metadata
Assignees
Labels
No labels