You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we set config html inject: false, build scripts will not append into html;
but we also want to append third party scripts, and cannot work well while set config html inject: false;
Version
Details
when we set config html inject: false, build scripts will not append into html;
but we also want to append third party scripts, and cannot work well while set config html inject: false;
Reproduce link
https://github.com/sbyps/rspack-demo/tree/test
Reproduce Steps
pnpm i
pnpm build
cat dist/index.html
cannot append eruda script file
The text was updated successfully, but these errors were encountered: