scala-webapp-template
scala-webapp-template copied to clipboard
Avoid hardcoding the js bundle at the index.html
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.