How to access window variables #724
jxh150535011
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
-
My application will load certain modules that will attempt to access the window.fetch variable (throw an error if the window.fetch variable does not exist).
This will cause the module to throw an exception directly during the "Error while collecting story" phase.
Is there any configuration for me to add polyfill or other troubleshooting methods to prevent this module from executing on the node side for the current issue
Beta Was this translation helpful? Give feedback.
All reactions