[Webpacker] Compiling…
It takes several seconds (6.2 seconds) to compile any of my changes to javascript files. It's really slowing my JS development down.
Is there any way to see what Webpacker in Rails is doing and which files it's spending most of its time on? It also be good if it could show me how much time each npm library was using.
I can manually run the rails webpacker:compile
command but there doesn't seem to be any verbose mode on that.
Any help is appreciated, thanks!