How to load script using require that is not assigned in the absMid array #380
phoragroup
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my code, I need to dynamically load script using require. However, these scripts are not part of the bundle. I thought the DojoWebpackPlugin.ScopedRequirePlugin() plugin will allow me to do that. Is there a way to add the script path into the absMid array in real-time or allow me to load these scripts dynamically. The script path is determinist based on user navigation within the single page app.
Beta Was this translation helpful? Give feedback.
All reactions