scala-webapp-template icon indicating copy to clipboard operation
scala-webapp-template copied to clipboard

Avoid hardcoding the js bundle at the index.html

Open AlexITC opened this issue 2 years ago • 0 comments

The index.html has a hardcoded script name for loading the js bundle, it would be nice to avoid this and use webpack or sbt to place the actual script name there.

AlexITC avatar May 06 '22 01:05 AlexITC