umts / stop-project

Rails app for tracking the Summer 2016 installation of new bus stop signs across the PVTA service area.
MIT License
0 stars 1 forks source link

Don't use a JS compressor #249

Closed werebus closed 1 year ago

werebus commented 1 year ago

Uglifier doesn't like ES6 syntax.

The default in a new Rails app is not to bother. Kinda the whole deal with importmaps is that the browser manages it; you don't have to compile a huge compressed JS file.