how to defer js files generated by the docusaurus 2.xx #9799
Unanswered
numankhan4
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
What do you mean by the "defer issue". I don't know what you mean with that term, and why you think we fixed this on v3. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've extensively customized Docusaurus theme components in my project using Swizzle wrap, and I'm currently using Docusaurus 2.xx. I'm aware that the defer issue has been resolved in Docusaurus 3.xx. However, due to the extensive customization in my project, I'm reluctant to upgrade to Docusaurus 3.
Request for Assistance:
I would like to defer the bundled JavaScript files generated by Docusaurus. Specifically, I'm looking to defer the following files:
runtime~main.xx.js
main.xx.js
If anyone has experience or suggestions on how to achieve this within the context of Docusaurus 2.xx, I would greatly appreciate your guidance.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions