htmWebpackPlugin.options.headScripts/bodyScripts
-
<%= htmlWebpackPlugin.options.headScripts %> and
<%= htmlWebpackPlugin.options.bodyScripts %> are defined in index.template.html.Is there a means to define head/body scripts within quasar.conf.js, as an alternative to including them directly within the html body? I can’t find any reference within the documentation.
Thanks in advance.