Production build contains sourcemaps when they are turned off #49
Closed
Description
- I have tried upgrading by running
bundle update vite_ruby
. - I have read the troubleshooting section before opening an issue.
Description 📖
bundle exec vite build
generates source maps, where vite as default has them turned off. Even setting build.sourcmap
to false
explicitly does not work. As the result, source maps are pushed to the production environment.