gulp-inline-source icon indicating copy to clipboard operation
gulp-inline-source copied to clipboard

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

Open alih107 opened this issue 2 years ago • 1 comments

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

alih107 avatar Apr 25 '23 19:04 alih107

This is a possible workaround I think: https://stackoverflow.com/a/73759421/1642887

zubozrout avatar Oct 02 '23 14:10 zubozrout