Skip to content

add option to place <script> at the end of <body> #53

Description

@alih107

Add the option that allows to place <script> at the end of <body> instead of <head>.
Reasoning: a react app throws this error https://legacy.reactjs.org/docs/error-decoder.html/?invariant=299.
The problem is, app renders page inside of <div id="root"> tag, and <script> is loaded before is initialized even though it has defer parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions