sprockets_terser_with_source_maps version 1.0.0 has been released!

* home: <https://github.com/javier-menendez/sprockets_terser_with_source_maps>

Create source maps when compressing assets in your Rails applications.

This gem uses Terser to create source maps for your concatenated javascripts in Rails. It is meant to be used as a replacement for javascript compressor.

This is a fork from <https://github.com/AlexanderPavlenko/sprockets_uglifier_with_source_maps> to generate source maps using terser as compressor.