gulp-inline-source
gulp-inline-source copied to clipboard
add option to place <script> at the end of <body>
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
This is a possible workaround I think: https://stackoverflow.com/a/73759421/1642887