Summary
Every script extension fails to load with the error ReferenceError: require is not defined
To Reproduce
Steps to reproduce the behavior:
- Open the app
Observed behavior
Errors loading extensions
Expected behavior
Load extensions properly
Screenshots / File Attachments
Platform (please complete the following information):
- OS: Windows 11
- App Version: 3.0.2
Additional context
All I know about Require is not defined as an issue is that it cannot be used in webpack javascript
So every extension needs to be updated for this or some compatibility has to be added in the app itself
Summary
Every script extension fails to load with the error
ReferenceError: require is not definedTo Reproduce
Steps to reproduce the behavior:
Observed behavior
Errors loading extensions
Expected behavior
Load extensions properly
Screenshots / File Attachments
Platform (please complete the following information):
Additional context
All I know about Require is not defined as an issue is that it cannot be used in webpack javascript
So every extension needs to be updated for this or some compatibility has to be added in the app itself